hOn/custom_components/hon/const.py

11 lines
123 B
Python
Raw Normal View History

2023-03-06 07:41:58 -05:00
DOMAIN = "hon"
2023-02-18 20:58:21 -05:00
PLATFORMS = [
"sensor",
"select",
2023-03-03 12:23:30 -05:00
"number",
2023-03-04 18:54:57 -05:00
"switch",
2023-03-05 13:19:52 -05:00
"button",
"binary_sensor",
2023-02-18 20:58:21 -05:00
]