Skip to content

Commit

Permalink
set the correct URL for the next autodiscovery image #164
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Oct 27, 2023
2 parents c3fc29e + 8549fff commit 5ac648c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is a collection of Home Assistant add-ons that work with [rtl_433](https://github.com/merbanan/rtl_433).

* [How to add this add-on repository to your Home Assistant install](https://home-assistant.io/hassio/installing_third_party_addons/)
* Use `https://github.com/pbkhrv/rtl_433-hass-addons` as the URL for the repository.

## Running the Development Version

Expand Down
2 changes: 1 addition & 1 deletion rtl_433_mqtt_autodiscovery-next/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtl_433 MQTT Auto Discovery (next)",
"image": "ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-{arch}",
"image": "ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-next-{arch}",
"version": "next",
"slug": "rtl433mqttautodiscovery-next",
"description": "Automatic discovery of rtl_433 device information via MQTT",
Expand Down
1 change: 1 addition & 0 deletions rtl_433_mqtt_autodiscovery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* `device_topic_suffix` support added by @unverbraucht #144
* When releasing, remember to copy config.json from the next addon if a stable release upstream has been made
* Fix pointing the next version of the addon to the stable version #164

## [0.6.0] - 2023-02-08

Expand Down

0 comments on commit 5ac648c

Please sign in to comment.