python-kasa/kasa
Teemu R 0aa20f6cf9
Prepare 0.4.0.dev3 (#172)
* Prepare 0.4.0.dev3

Most notable changes:

* Devices initialized by discovery are pre-initialized using the discovery response data, so no need for update() directly after discovery
* Only the basic information is requested during discovery, as some HS110 and HS220 devices do not respond to multi-module queries
* Fix mac address parsing for KL430
* Add support for KL125 color temperature ranges
* Documentation updates!

* add types-click for mypy hook

* use generator expression for sum
2021-06-16 18:16:45 +03:00
..
tests Add HS220 hw 2.0 fixture (#107) 2021-05-12 18:04:17 +02:00
__init__.py Return None instead of raising an exception on missing, valid emeter keys (#146) 2021-03-18 19:22:10 +01:00
cli.py Simplify discovery query, refactor dump-devinfo (#147) 2021-05-10 02:19:00 +02:00
discover.py Simplify discovery query, refactor dump-devinfo (#147) 2021-05-10 02:19:00 +02:00
exceptions.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
protocol.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
smartbulb.py Add KL125 bulb definition (#143) 2021-02-27 15:09:33 +01:00
smartdevice.py Simplify mac address handling (#162) 2021-05-12 16:07:53 +03:00
smartdimmer.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartlightstrip.py Add support for lightstrips (KL430) (#74) 2020-07-19 22:32:17 +02:00
smartplug.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartstrip.py Prepare 0.4.0.dev3 (#172) 2021-06-16 18:16:45 +03:00