Add sensors, renamed repo

This commit is contained in:
Andre Basche
2023-03-05 21:16:09 +01:00
parent 5682149ecc
commit 767a921602
15 changed files with 50 additions and 23 deletions

View File

@ -0,0 +1,10 @@
DOMAIN = "haier"
PLATFORMS = [
"sensor",
"select",
"number",
"switch",
"button",
"binary_sensor",
]