hOn/custom_components/haier/const.py

11 lines
125 B
Python
Raw Normal View History

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