hon/custom_components/hOn/const.py

10 lines
101 B
Python
Raw Normal View History

2023-02-19 07:28:21 +05:30
DOMAIN = "hon"
PLATFORMS = [
"sensor",
"select",
2023-03-03 22:53:30 +05:30
"number",
2023-03-05 05:24:57 +05:30
"switch",
2023-03-03 22:53:30 +05:30
"button"
2023-02-19 07:28:21 +05:30
]