Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set the correct URL for the next autodiscovery image #164

Merged
merged 7 commits into from
Oct 27, 2023
Merged
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
Loading