Releases: home-assistant-libs/pytradfri
Releases · home-assistant-libs/pytradfri
7.0.1
What's Changed
- Bump version to 7.0.1 (#282) @ggravlingen
- Handle aiocoap shutdown error (#281) @MartinHjelmare
- Fix smart task transition (#276) @MartinHjelmare
- Update gitignore (#280) @MartinHjelmare
7.0.0
Breaking Change
- Use
await APIFactory.init(…)
to initialize aiocoap APIFactory instead ofAPIFactory(…)
- Require Python 3.7+
What's Changed
- Fix typos (#279) @MartinHjelmare
- Fix dependabot name (#277) @MartinHjelmare
- Fix example scripts access mode (#278) @MartinHjelmare
- Migrate CI to GitHub Actions (#275) @balloob
- Upgrade to aiocoap 0.4b3 (#274) @balloob
- don't use fenced code block for inline code (#271) @evgeni
- Update install-coap-client.sh (#269) @martijnvwezel
- add/remove devices from groups (#266) @Rob4t
- aiocoap_api: prevent race in _reset_protocol (#262) @dsprenkels
- Fix mood handling (#260) @Rob4t
- [./dev_docker] fix TZ issue for docker on mac (#261) @xgt001
- fix known-issues TOC link (#258) @4gra
6.4.0
Add support for signal repeaters (#251) * Move constant to a more logical place * Separate blind control into separate class * Experimental support for stopping the blind * Rename method * Add signal repeater class * Add repeater example * Typo * Fix typo * Minor fixes * Lint
6.3.1
Pin dependencies (#248) * Update setup.py
6.3.0
Add initial support for roller blinds (#244) * Add initial support for roller blinds
Catch OSError and socket.gaierror
Minimum Python version 3.5, new syntax
Add shutdown function
Improve test suite and add support for wall sockets
Improve test suite (@Hate-Usernames , #169, #170, #171, #172)
Bump pytest version to >=3.6.0 (@ggravlingen, #173)
Improved error message if security code does not have enough characters (@brean, #178)
Add initial support for wall sockets (@ggravlingen, #183)
5.5.1: Initialise flag for all bulbs (#168)
* Initialise flag for all bulbs * Bump version