Initialize hasspy project with basic structure and MQTT client implementation
This commit is contained in:
commit
fa8bb1d8a9
9 changed files with 275 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[project]
|
||||
name = "hasspy"
|
||||
version = "0.1.0"
|
||||
description = "Home Assistant utility"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"paho-mqtt>=2.1.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.15.0",
|
||||
"ruff>=0.9.10",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue