mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on MQTT IO 0.3.0
This commit is contained in:
parent
b08fd660f0
commit
7badca9b1b
5 changed files with 60 additions and 22 deletions
|
@ -810,10 +810,10 @@ SOFTWARE.
|
||||||
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-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/v0.2.1
|
[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.3.0
|
||||||
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.2.1/README.md
|
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/v0.3.0/README.md
|
||||||
[mqtt-io-issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
|
[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.3.0-blue.svg
|
||||||
[mqtt-io-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -2,4 +2,45 @@
|
||||||
|
|
||||||
## 🐛 Bug fixes
|
## 🐛 Bug fixes
|
||||||
|
|
||||||
- Restore gpio/uart access in add-on config @frenck (#45)
|
- Add full access to add-on @frenck ([#87](https://github.com/hassio-addons/addon-mqtt-io/pull/87))
|
||||||
|
|
||||||
|
## 🧰 Maintenance
|
||||||
|
|
||||||
|
- Add Renovate for dependency management @frenck ([#49](https://github.com/hassio-addons/addon-mqtt-io/pull/49))
|
||||||
|
|
||||||
|
## 📚 Documentation
|
||||||
|
|
||||||
|
- Fix broken URL @wrt54g ([#58](https://github.com/hassio-addons/addon-mqtt-io/pull/58))
|
||||||
|
|
||||||
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- ⬆️ Update alpine_3_17/py3-cryptography to v38.0.3-r1 @renovate ([#53](https://github.com/hassio-addons/addon-mqtt-io/pull/53))
|
||||||
|
- ⬆️ Update Python to v3.10.10-r0 @renovate ([#57](https://github.com/hassio-addons/addon-mqtt-io/pull/57))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.9 @renovate ([#51](https://github.com/hassio-addons/addon-mqtt-io/pull/51))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#55](https://github.com/hassio-addons/addon-mqtt-io/pull/55))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.5 @renovate ([#59](https://github.com/hassio-addons/addon-mqtt-io/pull/59))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 @renovate ([#60](https://github.com/hassio-addons/addon-mqtt-io/pull/60))
|
||||||
|
- ⬆️ Update Python to v3.10.11-r0 @renovate ([#61](https://github.com/hassio-addons/addon-mqtt-io/pull/61))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 @renovate ([#62](https://github.com/hassio-addons/addon-mqtt-io/pull/62))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 @renovate ([#63](https://github.com/hassio-addons/addon-mqtt-io/pull/63))
|
||||||
|
- ⬆️ Update pi-ina219 to v1.4.1 @renovate ([#64](https://github.com/hassio-addons/addon-mqtt-io/pull/64))
|
||||||
|
- ⬆️ Update gpiod to v1.5.4 @renovate ([#65](https://github.com/hassio-addons/addon-mqtt-io/pull/65))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 @renovate ([#67](https://github.com/hassio-addons/addon-mqtt-io/pull/67))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.10 @renovate ([#68](https://github.com/hassio-addons/addon-mqtt-io/pull/68))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.18 @renovate ([#69](https://github.com/hassio-addons/addon-mqtt-io/pull/69))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.11 @renovate ([#70](https://github.com/hassio-addons/addon-mqtt-io/pull/70))
|
||||||
|
- ⬆️ Update Python to v3.11.4-r0 @renovate ([#71](https://github.com/hassio-addons/addon-mqtt-io/pull/71))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.0.1 @renovate ([#72](https://github.com/hassio-addons/addon-mqtt-io/pull/72))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.0.2 @renovate ([#73](https://github.com/hassio-addons/addon-mqtt-io/pull/73))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.0.3 @renovate ([#75](https://github.com/hassio-addons/addon-mqtt-io/pull/75))
|
||||||
|
- ⬆️ Update alpine_3_18/py3-cryptography to v41 @renovate ([#80](https://github.com/hassio-addons/addon-mqtt-io/pull/80))
|
||||||
|
- ⬆️ Update Python to v3.11.6-r0 @renovate ([#79](https://github.com/hassio-addons/addon-mqtt-io/pull/79))
|
||||||
|
- Bump mqtt-io to a specific commit @frenck ([#85](https://github.com/hassio-addons/addon-mqtt-io/pull/85))
|
||||||
|
- ⬆️ Update alpine_3_18/git to v2.40.1-r0 @renovate ([#86](https://github.com/hassio-addons/addon-mqtt-io/pull/86))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.2 @renovate ([#77](https://github.com/hassio-addons/addon-mqtt-io/pull/77))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-ahtx0 to v1.0.19 @renovate ([#81](https://github.com/hassio-addons/addon-mqtt-io/pull/81))
|
||||||
|
- ⬆️ Update gpiozero to v2 @renovate ([#84](https://github.com/hassio-addons/addon-mqtt-io/pull/84))
|
||||||
|
- ⬆️ Update w1thermsensor to v2.3.0 @renovate ([#83](https://github.com/hassio-addons/addon-mqtt-io/pull/83))
|
||||||
|
- ⬆️ Update smbus2 to v0.4.3 @renovate ([#78](https://github.com/hassio-addons/addon-mqtt-io/pull/78))
|
||||||
|
- ⬆️ Update adafruit-circuitpython-mcp230xx to v2.5.12 @renovate ([#82](https://github.com/hassio-addons/addon-mqtt-io/pull/82))
|
||||||
|
|
|
@ -136,4 +136,4 @@ SOFTWARE.
|
||||||
[issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
|
[issue]: https://github.com/hassio-addons/addon-mqtt-io/issues
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-mqtt-io/releases
|
[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
|
||||||
|
|
|
@ -18,5 +18,5 @@ the Raspberry Pi.
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[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.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.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-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.2.1
|
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.3.0
|
|
@ -1,31 +1,28 @@
|
||||||
|
name: MQTT IO
|
||||||
|
version: 0.3.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:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- 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
|
init: false
|
||||||
|
homeassistant_api: true
|
||||||
|
full_access: true
|
||||||
|
privileged:
|
||||||
|
- SYS_RAWIO
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- config:rw
|
||||||
- share:rw
|
- share:rw
|
||||||
- ssl
|
- ssl
|
||||||
name: MQTT IO
|
|
||||||
options:
|
options:
|
||||||
configuration_file: /config/mqtt-io/config.yml
|
configuration_file: /config/mqtt-io/config.yml
|
||||||
privileged:
|
|
||||||
- SYS_RAWIO
|
|
||||||
schema:
|
schema:
|
||||||
configuration_file: str
|
configuration_file: str
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
slug: mqtt-io
|
image: ghcr.io/hassio-addons/mqtt-io/{arch}
|
||||||
uart: true
|
|
||||||
url: https://github.com/hassio-addons/addon-mqtt-io
|
|
||||||
version: 0.2.1
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue