first commit

This commit is contained in:
不求圣剑
2025-10-14 10:44:00 +08:00
commit 3f698d6e16
21 changed files with 1632 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "home-assistant-demo-mqtt"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"paho-mqtt>=2.1.0",
]