python-kasa/kasa/smart
Steven B 927fe648ac
Better checking of child modules not supported by parent device (#966)
Replaces the logic to skip adding child modules to parent devices based
on whether a device is a wall switch and instead relies on the
`_check_supported` method. Is more future proof and will fix issue with
the P300 with child `auto_off` modules
https://github.com/python-kasa/python-kasa/pull/915 not supported on the
parent.
2024-06-10 15:13:46 +02:00
..
modules Better checking of child modules not supported by parent device (#966) 2024-06-10 15:13:46 +02:00
__init__.py Move SmartBulb into SmartDevice (#874) 2024-04-29 18:19:44 +01:00
effects.py Add LightEffect module for smart light strips (#918) 2024-05-15 06:16:57 +01:00
smartchilddevice.py Add post update hook to module and use in smart LightEffect (#921) 2024-05-19 10:18:17 +01:00
smartdevice.py Better checking of child modules not supported by parent device (#966) 2024-06-10 15:13:46 +02:00
smartmodule.py Add support for contact sensor (T110) (#877) 2024-05-07 20:58:18 +02:00