feat: support more devices.

This commit is contained in:
sususweet
2025-09-24 23:31:31 +08:00
parent 2af99c11da
commit f99019bdca
15 changed files with 2169 additions and 8 deletions

View File

@@ -53,7 +53,8 @@ PLATFORMS: list[Platform] = [
Platform.CLIMATE,
Platform.SELECT,
Platform.WATER_HEATER,
Platform.FAN
Platform.FAN,
Platform.HUMIDIFIER
]