⬆️ Updating add-on MQTT IO to 445bcc7

This commit is contained in:
Community Hass.io Add-ons Bot 2023-01-20 21:21:38 +00:00
parent 8611766b3a
commit a3416d19e5
4 changed files with 10 additions and 70 deletions

View file

@ -1,64 +1,2 @@
# Changelog since v0.1.3
- Enable full access to devices (#38)
- Bump mqtt-io from 2.2.7 to 2.2.8 in /mqtt-io (#40)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
- 🔨 Migrate old-style S6 scripts to s6-rc.d (#43)
- ⬆️ Upgrades add-on base image to 13.1.1 (#42)
- 🎆 Updates maintenance/license year to 2023 (#41)
- Bump adafruit-circuitpython-ahtx0 from 1.0.16 to 1.0.17 in /mqtt-io (#39)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to 12.2.7 (#37)
- ⬆️ Upgrades python3 to 3.10.8-r0 (#36)
- ⬆️ Upgrades add-on base image to 12.2.4 (#34)
- Bump adafruit-circuitpython-ads1x15 from 2.2.18 to 2.2.19 in /mqtt-io (#32)
Bumps [adafruit-circuitpython-ads1x15](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15) from 2.2.18 to 2.2.19.
- [Release notes](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/releases)
- [Commits](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/compare/2.2.18...2.2.19)
---
updated-dependencies:
- dependency-name: adafruit-circuitpython-ads1x15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-ahtx0 from 1.0.15 to 1.0.16 in /mqtt-io (#31)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-mcp230xx from 2.5.7 to 2.5.8 in /mqtt-io (#30)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-ads1x15 from 2.2.17 to 2.2.18 in /mqtt-io (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-ads1x15 from 2.2.16 to 2.2.17 in /mqtt-io (#27)
Bumps [adafruit-circuitpython-ads1x15](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15) from 2.2.16 to 2.2.17.
- [Release notes](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/releases)
- [Commits](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/compare/2.2.16...2.2.17)
---
updated-dependencies:
- dependency-name: adafruit-circuitpython-ads1x15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-mcp230xx from 2.5.6 to 2.5.7 in /mqtt-io (#28)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump adafruit-circuitpython-ahtx0 from 1.0.14 to 1.0.15 in /mqtt-io (#26)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Changelog since v0.2.0
- Restore gpio/uart access in add-on config (#45)

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/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-c6d4059-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/c6d4059
[release-shield]: https://img.shields.io/badge/version-445bcc7-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/445bcc7

View file

@ -9,6 +9,7 @@ description: Expose GPIO modules and digital sensors via MQTT for remote control
monitoring.
devices:
- /dev
gpio: true
homeassistant_api: true
image: ghcr.io/hassio-addons/mqtt-io/{arch}
init: false
@ -25,5 +26,6 @@ schema:
configuration_file: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
slug: mqtt-io
uart: true
url: https://github.com/hassio-addons/addon-mqtt-io
version: c6d4059
version: 445bcc7