hon/custom_components/hOn/const.py
2023-03-05 19:19:52 +01:00

11 lines
123 B
Python
Executable File

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