hon/custom_components/hon/const.py
2023-02-19 03:12:55 +01:00

8 lines
73 B
Python
Executable File

DOMAIN = "hon"
PLATFORMS = [
"sensor",
"select",
"number"
]