mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
26 lines
574 B
YAML
26 lines
574 B
YAML
name: MQTT IO
|
|
version: daa42c4
|
|
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
|
|
- armv7
|
|
init: false
|
|
homeassistant_api: true
|
|
full_access: true
|
|
privileged:
|
|
- SYS_RAWIO
|
|
map:
|
|
- config:rw
|
|
- share:rw
|
|
- ssl
|
|
options:
|
|
configuration_file: /config/mqtt-io/config.yml
|
|
schema:
|
|
configuration_file: str
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
image: ghcr.io/hassio-addons/mqtt-io/{arch}
|