mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
10 lines
123 B
Python
10 lines
123 B
Python
DOMAIN = "hon"
|
|
|
|
PLATFORMS = [
|
|
"sensor",
|
|
"select",
|
|
"number",
|
|
"switch",
|
|
"button",
|
|
"binary_sensor",
|
|
]
|