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

7 lines
73 B
Python
Executable file

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