mirror of
https://github.com/Andre0512/hon.git
synced 2024-11-14 19:17:36 +01:00
8 lines
73 B
Python
8 lines
73 B
Python
|
DOMAIN = "hon"
|
||
|
|
||
|
PLATFORMS = [
|
||
|
"sensor",
|
||
|
"select",
|
||
|
"number"
|
||
|
]
|