mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-14 07:04:23 -04:00
first commit
This commit is contained in:
commit
31c30b1670
12 changed files with 450 additions and 0 deletions
7
custom_components/hon/const.py
Executable file
7
custom_components/hon/const.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
DOMAIN = "hon"
|
||||
|
||||
PLATFORMS = [
|
||||
"sensor",
|
||||
"select",
|
||||
"number"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue