🎉 Release of add-on MQTT IO 0.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-01-07 13:19:31 +00:00
parent 7e48bf9b30
commit 14185ea372
5 changed files with 38 additions and 27 deletions

View file

@ -803,10 +803,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/v0.2.1
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.2.1/README.md
[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.0
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.4.0/README.md
[mqtt-io-issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
[mqtt-io-version-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
[mqtt-io-version-shield]: https://img.shields.io/badge/version-v0.4.0-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

View file

@ -1,5 +1,21 @@
## Whats changed
## 🐛 Bug fixes
## 🚨 Breaking changes
- Restore gpio/uart access in add-on config @frenck (#45)
- Drop support for armhf & i386 @frenck ([#89](https://github.com/hassio-addons/addon-mqtt-io/pull/89))
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2024 @frenck ([#99](https://github.com/hassio-addons/addon-mqtt-io/pull/99))
## ⬆️ Dependency updates
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#88](https://github.com/hassio-addons/addon-mqtt-io/pull/88))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#90](https://github.com/hassio-addons/addon-mqtt-io/pull/90))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#93](https://github.com/hassio-addons/addon-mqtt-io/pull/93))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#94](https://github.com/hassio-addons/addon-mqtt-io/pull/94))
- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.20 @renovate ([#96](https://github.com/hassio-addons/addon-mqtt-io/pull/96))
- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.13 @renovate ([#97](https://github.com/hassio-addons/addon-mqtt-io/pull/97))
- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.21 @renovate ([#98](https://github.com/hassio-addons/addon-mqtt-io/pull/98))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate ([#95](https://github.com/hassio-addons/addon-mqtt-io/pull/95))
- ⬆️ Update gpiod to v2 @renovate ([#92](https://github.com/hassio-addons/addon-mqtt-io/pull/92))

View file

@ -105,7 +105,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2023 Franck Nijhof
Copyright (c) 2023-2024 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -136,4 +136,4 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-mqtt-io/releases
[semver]: http://semver.org/spec/v2.0.0.htm
[semver]: https://semver.org/spec/v2.0.0.html

View file

@ -32,7 +32,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[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-v0.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.2.1
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.4.0

View file

@ -1,31 +1,26 @@
name: MQTT IO
version: 0.4.0
slug: mqtt-io
description: Expose GPIO modules and digital sensors via MQTT for remote control and
monitoring.
url: https://github.com/hassio-addons/addon-mqtt-io
codenotary: codenotary@frenck.dev
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Expose GPIO modules and digital sensors via MQTT for remote control and
monitoring.
devices:
- /dev
gpio: true
homeassistant_api: true
image: ghcr.io/hassio-addons/mqtt-io/{arch}
init: false
homeassistant_api: true
full_access: true
privileged:
- SYS_RAWIO
map:
- config:rw
- share:rw
- ssl
name: MQTT IO
options:
configuration_file: /config/mqtt-io/config.yml
privileged:
- SYS_RAWIO
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: 0.2.1
image: ghcr.io/hassio-addons/mqtt-io/{arch}