Release 0.4.0 (#221)

This is the first proper python-kasa release since forking from pyhs100.

* Improved I/O handling, including asyncio interface, request merging & connection sharing
* API improvements throughout the whole package
* Support for LED strips
* Improved bulb support (transitions, support for more models)
* Onboarding is now possible without a mobile app
* Improved documentation
* And various other improvements, see the full changelog for details!

Thanks to all contributors, from testers, and issue reporters to those who have submitted pull requests! Thanks also to those who donated test devices to help to make this release happen!

Special thanks for this release go to @basnijholt (initial asyncio port, push to make this fork happen) and @bdraco (fixing the last release blocker, emeter support for powerstrips).

If you are using python-kasa in your projects, we would be happy to hear about it. Feel free to post a note on Github discussions!
If it is a project that could be interesting for other users and/or developers, feel also free to create a PR to add a short note to the README file.
This commit is contained in:
Teemu R
2021-09-27 19:10:05 +02:00
committed by GitHub
parent 194aa8607b
commit 1a3c73e42f
4 changed files with 29 additions and 18 deletions

View File

@@ -10,9 +10,9 @@ This project is a maintainer-made fork of [pyHS100](https://github.com/GadgetRea
## Getting started
You can install the most recent release using pip. Until
You can install the most recent release using pip:
```
pip install python-kasa --pre
pip install python-kasa
```
Alternatively, you can clone this repository and use poetry to install the development version: