hon/custom_components/hOn/const.py
2023-03-03 19:11:33 +01:00

9 lines
87 B
Python
Executable File

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