Add temperature control module for smart (#848)

This commit is contained in:
Teemu R
2024-04-22 13:39:07 +02:00
committed by GitHub
parent 890900daf3
commit 72db5c6447
5 changed files with 125 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class SmartChildDevice(SmartDevice):
"subg.trigger.temp-hmdt-sensor": DeviceType.Sensor,
"kasa.switch.outlet.sub-fan": DeviceType.Fan,
"kasa.switch.outlet.sub-dimmer": DeviceType.Dimmer,
"subg.trv": DeviceType.Thermostat,
}
dev_type = child_device_map.get(self.sys_info["category"])
if dev_type is None: