Releases: markvader/ha-rpi_rf
Releases · markvader/ha-rpi_rf
v2022.9.1
What’s Changed
- Add unique ID to YAML example and options table in readme - @markvader
v2022.9.0
What’s Changed
- #48 - Add unique_id functionality. Required for further customization in HA UI (@oskargert)
- #49 - Addition of Unique id documentation (@markvader)
🧰 Maintenance
- #47 - Bump pylint from 2.15.0 to 2.15.2 (@dependabot)
- #43 - Bump pylint from 2.14.5 to 2.15.0 (@dependabot)
- #44 - Bump black from 22.6.0 to 22.8.0 (@dependabot)
- #45 - Bump actions/checkout from 3.0.1 to 3.0.2 (@dependabot)
- #42 - Bump flake8 from 5.0.2 to 5.0.4 (@dependabot)
- #39 - Bump mypy from 0.961 to 0.971 (@dependabot)
- #41 - Bump actions/setup-python from 4.1.0 to 4.2.0 (@dependabot)
- #40 - Bump flake8 from 4.0.1 to 5.0.2 (@dependabot)
- #38 - Bump pylint from 2.14.4 to 2.14.5 (@dependabot)
- #36 - Bump pre-commit from 2.19.0 to 2.20.0 (@dependabot)
- #37 - Bump actions/setup-python from 4.0.0 to 4.1.0 (@dependabot)
v2022.7.0
What’s Changed
🧰 Maintenance
- Update requirement for "RPi.GPIO" to 0.7.1 (@markvader)
- Update requirement for Home Assistant to 2022.7 (@markvader)
- #34 - Bump pylint from 2.14.3 to 2.14.4 (@dependabot)
- #35 - Bump black from 22.3.0 to 22.6.0 (@dependabot)
- #31 - Bump pylint from 2.14.1 to 2.14.3 (@dependabot)
- #30 - Bump pylint from 2.14.0 to 2.14.1 (@dependabot)
v2022.6.1
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
- #29 - Bump actions/setup-python from 3.1.2 to 4.0.0 (@dependabot)
- #28 - Bump mypy from 0.960 to 0.961 (@dependabot)
- #27 - Bump pylint from 2.13.9 to 2.14.0 (@dependabot)
v2022.6.0
What’s Changed
🧰 Maintenance
- Remove now invalidated keys (domains & iot_class) from hacs.json - github action started to fail. (@markvader)
- #26 - Bump mypy from 0.950 to 0.960 (@dependabot)
- #25 - Bump pylint from 2.13.8 to 2.13.9 (@dependabot)
- #24 - Bump pre-commit from 2.18.1 to 2.19.0 (@dependabot)
- #22 - Bump mypy from 0.942 to 0.950 (@dependabot)
- #23 - Bump pylint from 2.13.7 to 2.13.8 (@dependabot)
- #21 - Bump pylint from 2.13.5 to 2.13.7 (@dependabot)
v2022.4.1
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
- #16 - Add length variable documentation & readme updates (@markvader)
- #14 - Add length variable to info.md (@markvader)
Dependencies
- #19 - Bump actions/checkout from 3.0.0 to 3.0.1 (@dependabot)
- #18 - Bump actions/setup-python from 3.1.1 to 3.1.2 (@dependabot)
- #17 - Bump pylint from 2.13.4 to 2.13.5 (@dependabot)
- #15 - Bump actions/setup-python from 3.1.0 to 3.1.1 (@dependabot)
- #13 - Bump pylint from 2.13.2 to 2.13.4 (@dependabot)
- #12 - Bump pre-commit from 2.17.0 to 2.18.1 (@dependabot)
- #8 - Bump actions/setup-python from 3.0.0 to 3.1.0 (@dependabot)
- #7 - Bump mypy from 0.941 to 0.942 (@dependabot)
- #6 - Bump pylint from 2.12.2 to 2.13.2 (@dependabot)
- #5 - Bump black from 22.1.0 to 22.3.0 (@dependabot)
Full Changelog: 2022.3.0...2022.4.1
v2022.4.0-beta3
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
- #19 - Bump actions/checkout from 3.0.0 to 3.0.1 (@dependabot)
- #17 - Bump pylint from 2.13.4 to 2.13.5 (@dependabot)
- #18 - Bump actions/setup-python from 3.1.1 to 3.1.2 (@dependabot)
- #15 - Bump actions/setup-python from 3.1.0 to 3.1.1 (@dependabot)
v2022.4.0-beta2
What’s Changed
🚀 Features
- #11 - Add length option to transmission (@markvader)
🐛 Bug Fixes
- Downgrade rpi.gpio library to 0.7.1a4 (Issues with 0.7.1) (@markvader)
🧰 Maintenance
- #12 - Bump pre-commit from 2.17.0 to 2.18.1 (@dependabot)
- #13 - Bump pylint from 2.13.2 to 2.13.4 (@dependabot)
- #8 - Bump actions/setup-python from 3.0.0 to 3.1.0 (@dependabot)
- #7 - Bump mypy from 0.941 to 0.942 (@dependabot)
- #6 - Bump pylint from 2.12.2 to 2.13.2 (@dependabot)
- #5 - Bump black from 22.1.0 to 22.3.0 (@dependabot)
v2022.4.0-beta
What’s Changed
🚀 Features
- #11 - Add length option to transmission (@markvader)
🧰 Maintenance
- #8 - Bump actions/setup-python from 3.0.0 to 3.1.0 (@dependabot)
- #7 - Bump mypy from 0.941 to 0.942 (@dependabot)
- #6 - Bump pylint from 2.12.2 to 2.13.2 (@dependabot)
- #5 - Bump black from 22.1.0 to 22.3.0 (@dependabot)
v2022.3.0
What’s Changed
Mainly library dependency updates
🧰 Maintenance
- Update labels in release drafter (@markvader)
- Changes to github actions version format (@markvader)
🧰 Dependencies
- #4 - Bump mypy from 0.931 to 0.941 (@dependabot)
- #3 - Bump actions/checkout from 2 to 3 (@dependabot)
- #2 - Bump actions/setup-python from 2.3.2 to 3 (@dependabot)