Skip to content

Releases: home-assistant-libs/pytradfri

7.0.1

05 Sep 17:39
04c6bce
Compare
Choose a tag to compare

What's Changed

7.0.0

03 Sep 09:00
863bd9f
Compare
Choose a tag to compare

Breaking Change

  • Use await APIFactory.init(…) to initialize aiocoap APIFactory instead of APIFactory(…)
  • Require Python 3.7+

What's Changed

6.4.0

24 Oct 19:05
c3650cf
Compare
Choose a tag to compare
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

19 Sep 05:36
4e30ee4
Compare
Choose a tag to compare
Pin dependencies (#248)

* Update setup.py

6.3.0

15 Sep 19:46
c0bfcaa
Compare
Choose a tag to compare
Add initial support for roller blinds (#244)

* Add initial support for roller blinds

Catch OSError and socket.gaierror

03 Oct 20:17
Compare
Choose a tag to compare

Catch OSError and socket.gaierror (@balloob, #189)

Minimum Python version 3.5, new syntax

03 Oct 20:16
Compare
Choose a tag to compare

Minimum Python version 3.5, new syntax (@lwis, #187)

Add shutdown function

01 Oct 19:49
Compare
Choose a tag to compare

Shutdown function for ensuring it's possible to unsubscribe before closing event loops (#186, @lwis)

Improve test suite and add support for wall sockets

21 Sep 20:27
184abff
Compare
Choose a tag to compare

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)

09 Jun 15:11
Compare
Choose a tag to compare
* Initialise flag for all bulbs

* Bump version