mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on MQTT IO to 62369e8
This commit is contained in:
parent
74971371c2
commit
3c5d9bef2f
4 changed files with 8 additions and 15 deletions
|
@ -845,10 +845,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/d6e237a
|
[addon-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/tree/62369e8
|
||||||
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/d6e237a/README.md
|
[addon-doc-mqtt-io]: https://github.com/hassio-addons/addon-mqtt-io/blob/62369e8/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-d6e237a-blue.svg
|
[mqtt-io-version-shield]: https://img.shields.io/badge/version-62369e8-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
|
||||||
|
|
|
@ -1,9 +1 @@
|
||||||
- Improvements after first iteration (#1)
|
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#6)
|
||||||
|
|
||||||
* Add option to specify configuration file location
|
|
||||||
|
|
||||||
* Add configuration_file schema
|
|
||||||
|
|
||||||
* Update documentation
|
|
||||||
|
|
||||||
* Fix add-on options vs config
|
|
||||||
|
|
|
@ -37,5 +37,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[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/2022.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-d6e237a-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-62369e8-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/d6e237a
|
[release]: https://github.com/hassio-addons/addon-mqtt-io/tree/62369e8
|
|
@ -4,6 +4,7 @@ arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
description: Expose GPIO modules and digital sensors via MQTT for remote control and
|
description: Expose GPIO modules and digital sensors via MQTT for remote control and
|
||||||
monitoring.
|
monitoring.
|
||||||
devices:
|
devices:
|
||||||
|
@ -27,4 +28,4 @@ schema:
|
||||||
slug: mqtt-io
|
slug: mqtt-io
|
||||||
uart: true
|
uart: true
|
||||||
url: https://github.com/hassio-addons/addon-mqtt-io
|
url: https://github.com/hassio-addons/addon-mqtt-io
|
||||||
version: d6e237a
|
version: 62369e8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue