More functions

This commit is contained in:
Andre Basche
2023-03-03 18:23:30 +01:00
parent 31c30b1670
commit 136a1810fc
12 changed files with 140 additions and 46 deletions

8
custom_components/hOn/const.py Executable file
View File

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