python-kasa/kasa
Teemu R a817d9cab1
Add python 3.10 to CI (#279)
* Add python 3.10 to CI

* Require pytest >=6.2.5

Required for running on python 3.10 (https://github.com/pytest-dev/pytest/pull/8540)

* Update lockfile

* Update pre-commit hooks
2021-12-17 17:48:03 +01:00
..
tests Add --type option to cli (#269) 2021-12-13 20:17:54 +01:00
__init__.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
cli.py Add --type option to cli (#269) 2021-12-13 20:17:54 +01:00
discover.py Catch exceptions raised on unknown devices during discovery (#240) 2021-10-29 02:44:51 +02:00
emeterstatus.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
exceptions.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
protocol.py Fix lock being unexpectedly reset on close (#218) 2021-09-26 19:38:33 +02:00
py.typed Add py.typed to flag that the package is typed (#251) 2021-11-15 18:21:24 +01:00
smartbulb.py Add KL135 color temperature range (#256) 2021-11-19 18:08:20 +01:00
smartdevice.py Keep connection open and lock to prevent duplicate requests (#213) 2021-09-24 23:25:43 +02: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 Add python 3.10 to CI (#279) 2021-12-17 17:48:03 +01:00