Skip to content

Releases: aequitas/python-rflink

Python 3.14 (@boosterl)

17 Mar 17:28

Choose a tag to compare

Remove dependency on deprecated functionality

Since Python 3.14 the get_event_loop function throws a runtime error
when no event_loop is defined yet. So using get_event_loop when no event
loop is defined yet is not possible anymore. So I created a function to
mimic this behavior. This ensures the event_loop context to be created
when there is none present (when using the CLI for example), or uses the
existing one when called from another library in an async context.

This is documented
[here](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop)

Fix #78 Blocking I/O

28 May 14:37

Choose a tag to compare

0.0.67

Fix types en linting

Add support for windspeed (@Minims)

08 Feb 11:00

Choose a tag to compare

0.0.66

Add new wind parser: RFLINK R51

Python 3.11 compatibility (thanks to @dotlambda)

12 Mar 08:51

Choose a tag to compare

Drop a few more loop arguments (@bdraco)

04 Jul 09:40

Choose a tag to compare

Drop loop kwarg from async_timeout.timeout (@bdraco)

12 Jan 19:00

Choose a tag to compare

add came-top432 to the list of translated protocols, for correct HA interaction (@aschor)

05 Jan 12:49
182e10e

Choose a tag to compare

Add option for tcp keep alive (@cpainchaud)

11 Feb 08:29

Choose a tag to compare

0.0.58

Restore build on tag

Test releasing with Github Actions

08 Dec 21:32

Choose a tag to compare

0.0.56

Get rid of Travis, move to Github Actions

Generically fix handling of protocols with underscore (@javicalle)

26 Nov 11:35

Choose a tag to compare