Skip to content

Releases: markvader/ha-rpi_rf

v2022.9.1

27 Sep 09:43
9645c1c
Compare
Choose a tag to compare

What’s Changed

  • Add unique ID to YAML example and options table in readme - @markvader

v2022.9.0

26 Sep 20:51
1af15f7
Compare
Choose a tag to compare

What’s Changed

  • #48 - Add unique_id functionality. Required for further customization in HA UI (@oskargert)
  • #49 - Addition of Unique id documentation (@markvader)

🧰 Maintenance

v2022.7.0

07 Jul 19:54
59b82e4
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

v2022.6.1

08 Jun 22:05
27fb900
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fix

  • Re-order requirements in manifest.json so that rpi.gpio library is installed before rpi-rf library (rpi.gpio is a required dependency for the rpi-rf library). Previous to Home Assistant 2022.6.0 rpi.gpio existed as a system requirements, however since it's deprecation and removal from the codebase it caused an installation issue for requirements for the ha-rpi_rf custom component

🧰 Maintenance

v2022.6.0

05 Jun 21:13
88587be
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

v2022.4.1

18 Apr 20:15
e5b7149
Compare
Choose a tag to compare

Changes since v2022.3.0

What’s Changed

🚀 Features

  • #11 - Add codelength parameter option to transmission (@markvader)

🐛 Bug Fixes

  • #20 - Fix args order (@arniebarni) - Thanks for debugging this (issue arose with addition of codelength parameter to the ha-rpi_rf library)
  • Downgrade rpi.gpio library to 0.7.1a4 (Possible issues with 0.7.1) (@markvader) - will test 0.7.1 again in next beta

🧰 Maintenance

Documentation

Dependencies

Full Changelog: 2022.3.0...2022.4.1

v2022.4.0-beta3

18 Apr 16:36
7d0a378
Compare
Choose a tag to compare
v2022.4.0-beta3 Pre-release
Pre-release

What’s Changed

  • #20 - Fix args order (@arniebarni) - Thanks for debugging this (issue arose with addition of codelength parameter to the ha-rpi_rf library)
  • #16 - Update readme (@markvader)
  • #14 - Add length variable to info.md (@markvader)

🧰 Maintenance

v2022.4.0-beta2

05 Apr 06:57
76fff92
Compare
Choose a tag to compare
v2022.4.0-beta2 Pre-release
Pre-release

What’s Changed

🚀 Features

🐛 Bug Fixes

  • Downgrade rpi.gpio library to 0.7.1a4 (Issues with 0.7.1) (@markvader)

🧰 Maintenance

v2022.4.0-beta

03 Apr 22:03
6738037
Compare
Choose a tag to compare
v2022.4.0-beta Pre-release
Pre-release

What’s Changed

🚀 Features

🧰 Maintenance

v2022.3.0

21 Mar 15:29
6738037
Compare
Choose a tag to compare

What’s Changed

Mainly library dependency updates

🧰 Maintenance

  • Update labels in release drafter (@markvader)
  • Changes to github actions version format (@markvader)

🧰 Dependencies