python-kasa/kasa/tapo
Teemu R 1e2241ee95
Fix hsv setting for tapobulb (#573)
This fixes changing the color for L530:
* If color temp is set on the device, it overrides any hue/sat settings. We override it to zero which seems to work.
* L530 does not allow None/null for brightness, so we avoid passing it on to the device.
2023-12-08 15:16:45 +01:00
..
__init__.py Add support for tapo bulbs (#558) 2023-12-05 20:07:10 +01:00
tapobulb.py Fix hsv setting for tapobulb (#573) 2023-12-08 15:16:45 +01:00
tapodevice.py Add klap support for TAPO protocol by splitting out Transports and Protocols (#557) 2023-12-04 19:50:05 +01:00
tapoplug.py Kasa KP125M basic emeter support (#560) 2023-12-03 15:41:46 +01:00