mirror of
https://github.com/Andre0512/hon.git
synced 2024-11-12 02:00:47 +01:00
11 lines
123 B
Python
11 lines
123 B
Python
DOMAIN = "hon"
|
|
|
|
PLATFORMS = [
|
|
"sensor",
|
|
"select",
|
|
"number",
|
|
"switch",
|
|
"button",
|
|
"binary_sensor",
|
|
]
|