hon/custom_components/hOn/const.py
2023-03-05 00:54:57 +01:00

10 lines
101 B
Python
Executable File

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