mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-08 02:10:15 +02:00
11 lines
125 B
Python
11 lines
125 B
Python
DOMAIN = "haier"
|
|
|
|
PLATFORMS = [
|
|
"sensor",
|
|
"select",
|
|
"number",
|
|
"switch",
|
|
"button",
|
|
"binary_sensor",
|
|
]
|