hon/custom_components/haier/const.py
2023-03-06 00:20:52 +01:00

11 lines
125 B
Python

DOMAIN = "haier"
PLATFORMS = [
"sensor",
"select",
"number",
"switch",
"button",
"binary_sensor",
]