hOn/custom_components/haier/const.py

11 lines
125 B
Python
Raw Normal View History

2023-03-05 21:16:09 +01:00
DOMAIN = "haier"
2023-02-19 02:58:21 +01:00
PLATFORMS = [
"sensor",
"select",
2023-03-03 18:23:30 +01:00
"number",
2023-03-05 00:54:57 +01:00
"switch",
2023-03-05 19:19:52 +01:00
"button",
"binary_sensor",
2023-02-19 02:58:21 +01:00
]