hon/custom_components/hOn/const.py

10 lines
101 B
Python
Executable File

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