python-kasa/kasa
Teemu R 012436c494
Improve dimmer support (#62)
* discover dimmers properly

* fix circular import, hopefully

* add is_color to SmartDevice API

* allow changing the dimming without implicitly turning the device on

* Add tests for device type handling for discovery data, make sure new fixtures are added to categories inside conftest
2020-05-20 21:17:33 +02:00
..
tests Improve dimmer support (#62) 2020-05-20 21:17:33 +02:00
__init__.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
cli.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
discover.py Improve dimmer support (#62) 2020-05-20 21:17:33 +02:00
protocol.py async++, small powerstrip improvements (#46) 2020-04-21 20:46:13 +02:00
smartbulb.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
smartdevice.py Improve dimmer support (#62) 2020-05-20 21:17:33 +02:00
smartdimmer.py Improve dimmer support (#62) 2020-05-20 21:17:33 +02:00
smartplug.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
smartstrip.py Return on_since only when its available and the device is on (#48) 2020-04-24 17:47:57 +03:00