Skip to content

Releases: home-assistant-libs/rf-protocols

4.1.0

08 Jun 20:04
84dfa77

Choose a tag to compare

What's Changed

  • Add Marantec garage door protocol (49-bit OOK, Manchester-coded) by @yeah in #19

New Contributors

  • @yeah made their first contribution in #19

Full Changelog: 4.0.1...4.1.0

4.0.1

29 May 23:03
9baaad8

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

25 May 04:01
103b128

Choose a tag to compare

What's Changed

  • add pilota_casa by @Phunkafizer in #17
  • Refactor Novy cooker-hood from .sub files to encoder class by @piitaya in #16 [BREAKING CHANGE]

Full Changelog: 3.2.0...3.3.0

3.2.0

15 May 19:08
84c63f7

Choose a tag to compare

What's Changed

  • add support for devices with ev1527 IC (Logilight, Emylo, ... by @Phunkafizer in #14

Full Changelog: 3.1.0...3.2.0

3.1.0

11 May 12:07
30560bc

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

11 May 03:02
a8a561b

Choose a tag to compare

What's Changed

  • Refactor commands into submodules and add code helpers by @balloob in #12
  • add support for PT2262 & compatible RF components by @Phunkafizer in #11
  • feat: Add support for Somfy RTS commands by @L-Henke in #8

New Contributors

Full Changelog: 2.2.0...3.0.0

2.2.0

27 Apr 17:26
953c289

Choose a tag to compare

What's Changed

  • Add Novy cooker-hood remote (10 codes) by @piitaya in #7

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

24 Apr 13:23
23e1904

Choose a tag to compare

What's Changed

  • add new async_load_command
  • .sub parser is now exported for general re-use

Contributed in #6

Full Changelog: 2.0.0...2.1.0

2.0.0

18 Apr 11:20
3835856

Choose a tag to compare

Breaking: load_codes(path) is now get_codes(name). See #4.

1.0.1

18 Apr 04:12
3e140ba

Choose a tag to compare

Patch release: fix the Honeywell String Lights turn-off code (migration to .sub dropped a pair and produced a non-working sequence). See #3 for details.