Skip to content

Collection of Home Assistant add-ons that use rtl_433

Notifications You must be signed in to change notification settings

jaseelye/rtl_433-hass-addons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl_433 Home Assistant add-ons

This is a collection of Home Assistant add-ons that work with rtl_433.

Running the Development Version

  • First, follow the tutorial at Tutorial: Making your first add-on to learn how to build a basic addon.
  • Use git to clone this repository same addons folder used in the tutorial.
  • Make changes to the code, or use git to checkout branches to test.
  • Remember to to reload and reinstall the addon to rebuild the Docker containers to see any changes.

Release Process

  • The next branch represents the upcoming version of these addons.
  • rtl_433/config.json and rtl_433_mqtt_autodiscovery/config.json will contain the version numbers of the previously set addon versions, but will have different code.
  • When next is ready to be tagged for a release:
    1. Create a pull request bumping the versions of each config.json file if the individual addon has been changed. As well, update the CHANGELOG.md in the same pull request.
    2. When the pull request has been approved and merged into next, merge next into main. Note the new version(s) in the commit message.
    3. Note we do not tag main in git, since each addon has it's own version number.

About

Collection of Home Assistant add-ons that use rtl_433

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.0%
  • Shell 13.5%
  • Dockerfile 5.5%