⬆️ Updating add-on MQTT IO to 967bba2

This commit is contained in:
Community Hass.io Add-ons Bot 2022-07-08 11:13:11 +00:00
parent 0b7e501cd0
commit 2453ca37e2
4 changed files with 9 additions and 8 deletions

View file

@ -859,10 +859,10 @@ SOFTWARE.
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[log-viewer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/1ef19d3
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/1ef19d3/README.md
[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/967bba2
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/967bba2/README.md
[mqtt-io-issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
[mqtt-io-version-shield]: https://img.shields.io/badge/version-1ef19d3-blue.svg
[mqtt-io-version-shield]: https://img.shields.io/badge/version-967bba2-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-yes-green.svg

View file

@ -1,3 +1,3 @@
- Bump mqtt-io from 2.2.6 to 2.2.7 in /mqtt-io (#8)
- Fix gpio permission (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thecode <thecode@users.noreply.github.com>

View file

@ -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/2022.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-1ef19d3-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/1ef19d3
[release-shield]: https://img.shields.io/badge/version-967bba2-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/967bba2

View file

@ -9,6 +9,7 @@ description: Expose GPIO modules and digital sensors via MQTT for remote control
monitoring.
devices:
- /dev/mem
- /dev/gpiomem
gpio: true
homeassistant_api: true
image: ghcr.io/hassio-addons/mqtt-io/{arch}
@ -28,4 +29,4 @@ schema:
slug: mqtt-io
uart: true
url: https://github.com/hassio-addons/addon-mqtt-io
version: 1ef19d3
version: 967bba2