mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on MQTT IO 0.2.0
This commit is contained in:
parent
e216301782
commit
02044618f6
5 changed files with 31 additions and 18 deletions
|
@ -1,10 +1,26 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Enable full access to devices @frenck (#38)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck (#41)
|
||||
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#43)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades python3 to 3.10.5-r0 @thecode (#21)
|
||||
- Set w1thermsensor requirement version to 2.0.0 @Lyokovic (#20)
|
||||
- Bump adafruit-circuitpython-mcp230xx from 2.5.5 to 2.5.6 in /mqtt-io @dependabot (#24)
|
||||
- Bump adafruit-circuitpython-ads1x15 from 2.2.15 to 2.2.16 in /mqtt-io @dependabot (#23)
|
||||
- Bump adafruit-circuitpython-ahtx0 from 1.0.13 to 1.0.14 in /mqtt-io @dependabot (#22)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#25)
|
||||
- Bump adafruit-circuitpython-ahtx0 from 1.0.14 to 1.0.15 in /mqtt-io @dependabot (#26)
|
||||
- Bump adafruit-circuitpython-mcp230xx from 2.5.6 to 2.5.7 in /mqtt-io @dependabot (#28)
|
||||
- Bump adafruit-circuitpython-ads1x15 from 2.2.16 to 2.2.17 in /mqtt-io @dependabot (#27)
|
||||
- Bump adafruit-circuitpython-ads1x15 from 2.2.17 to 2.2.18 in /mqtt-io @dependabot (#29)
|
||||
- Bump adafruit-circuitpython-mcp230xx from 2.5.7 to 2.5.8 in /mqtt-io @dependabot (#30)
|
||||
- Bump adafruit-circuitpython-ahtx0 from 1.0.15 to 1.0.16 in /mqtt-io @dependabot (#31)
|
||||
- Bump adafruit-circuitpython-ads1x15 from 2.2.18 to 2.2.19 in /mqtt-io @dependabot (#32)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.4 @frenck (#34)
|
||||
- ⬆️ Upgrades python3 to 3.10.8-r0 @frenck (#36)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.7 @frenck (#37)
|
||||
- Bump adafruit-circuitpython-ahtx0 from 1.0.16 to 1.0.17 in /mqtt-io @dependabot (#39)
|
||||
- ⬆️ Upgrades add-on base image to 13.1.1 @frenck (#42)
|
||||
- Bump mqtt-io from 2.2.7 to 2.2.8 in /mqtt-io @dependabot (#40)
|
||||
|
|
|
@ -105,7 +105,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Franck Nijhof
|
||||
Copyright (c) 2023 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
|
||||
|
|
|
@ -16,7 +16,7 @@ the Raspberry Pi.
|
|||
[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/2022.svg
|
||||
[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-v0.1.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.1.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/v0.2.0
|
|
@ -8,9 +8,7 @@ codenotary: codenotary@frenck.dev
|
|||
description: Expose GPIO modules and digital sensors via MQTT for remote control and
|
||||
monitoring.
|
||||
devices:
|
||||
- /dev/mem
|
||||
- /dev/gpiomem
|
||||
gpio: true
|
||||
- /dev
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/mqtt-io/{arch}
|
||||
init: false
|
||||
|
@ -27,6 +25,5 @@ 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.1.3
|
||||
version: 0.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue