mirror of
https://github.com/tcsenpai/hon.git
synced 2025-06-07 03:15:21 +00:00
11 lines
125 B
Python
11 lines
125 B
Python
DOMAIN = "haier"
|
|
|
|
PLATFORMS = [
|
|
"sensor",
|
|
"select",
|
|
"number",
|
|
"switch",
|
|
"button",
|
|
"binary_sensor",
|
|
]
|