first commit

This commit is contained in:
Andre Basche 2023-02-19 02:58:21 +01:00
commit 31c30b1670
12 changed files with 450 additions and 0 deletions

7
custom_components/hon/const.py Executable file
View file

@ -0,0 +1,7 @@
DOMAIN = "hon"
PLATFORMS = [
"sensor",
"select",
"number"
]