diff --git a/README.md b/README.md index ead222c1..a7e0766a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rtl_433_mqtt_autodiscovery-next/config.json b/rtl_433_mqtt_autodiscovery-next/config.json index ac8b0134..745983b6 100644 --- a/rtl_433_mqtt_autodiscovery-next/config.json +++ b/rtl_433_mqtt_autodiscovery-next/config.json @@ -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", diff --git a/rtl_433_mqtt_autodiscovery/CHANGELOG.md b/rtl_433_mqtt_autodiscovery/CHANGELOG.md index f0b9fe25..d9b177f9 100644 --- a/rtl_433_mqtt_autodiscovery/CHANGELOG.md +++ b/rtl_433_mqtt_autodiscovery/CHANGELOG.md @@ -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