From dc67dcd64693928db3721f4d787d4b60abbbe9de Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 3 Feb 2025 21:13:43 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT IO to daa42c4 --- README.md | 6 +++--- mqtt-io/CHANGELOG.md | 3 +++ mqtt-io/README.md | 4 ++-- mqtt-io/config.yaml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c8e0faaa..7efea351e 100644 --- a/README.md +++ b/README.md @@ -942,10 +942,10 @@ SOFTWARE. [log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [log-viewer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [log-viewer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/98be501 -[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/98be501/README.md +[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/daa42c4 +[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/daa42c4/README.md [mqtt-io-issue]: https://github.com/hassio-addons/addon-mqtt-io/issues -[mqtt-io-version-shield]: https://img.shields.io/badge/version-98be501-blue.svg +[mqtt-io-version-shield]: https://img.shields.io/badge/version-daa42c4-blue.svg [mqtt-io-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-io-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/mqtt-io/CHANGELOG.md b/mqtt-io/CHANGELOG.md index 4717362e0..646187c56 100644 --- a/mqtt-io/CHANGELOG.md +++ b/mqtt-io/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v0.4.1 +- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.25 (#149) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> - ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.16 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> diff --git a/mqtt-io/README.md b/mqtt-io/README.md index 2f6bb7e6e..38c18314b 100644 --- a/mqtt-io/README.md +++ b/mqtt-io/README.md @@ -37,5 +37,5 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2023-2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-98be501-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/98be501 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-daa42c4-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/daa42c4 \ No newline at end of file diff --git a/mqtt-io/config.yaml b/mqtt-io/config.yaml index c85e28e94..c388f9c45 100644 --- a/mqtt-io/config.yaml +++ b/mqtt-io/config.yaml @@ -1,5 +1,5 @@ name: MQTT IO -version: 98be501 +version: daa42c4 slug: mqtt-io description: Expose GPIO modules and digital sensors via MQTT for remote control and monitoring.