python-kasa/kasa/smart
Teemu R 5ef81f4669
Improve feature setter robustness (#870)
This adds a test to check that all feature.set_value() calls will cause
a query, i.e., that there are no self.call()s that are not awaited, and
fixes existing code in this context.

This also fixes an issue where it was not possible to print out the
feature if the value threw an exception.
2024-05-02 15:32:06 +02:00
..
modules Improve feature setter robustness (#870) 2024-05-02 15:32:06 +02:00
__init__.py Move SmartBulb into SmartDevice (#874) 2024-04-29 18:19:44 +01:00
smartchilddevice.py Add support for waterleak sensor (T300) (#876) 2024-04-30 17:31:47 +02:00
smartdevice.py Update interfaces so they all inherit from Device (#893) 2024-05-02 13:55:08 +01:00
smartmodule.py Add ColorModule for smart devices (#840) 2024-04-20 17:18:35 +02:00