roles/Zigbee2MQTT: Deploy using Podman

Zigbee2MQTT is very similar to ZwaveJS2Mqtt: it is a daemon process that
communicates with the Zigbee radio and integrates with Home Assistant
using MQTT.  Naturally, I decided to deploy it in the same way as
ZwaveJS2Mqtt, using a systemd unit to run it in a container with Podman.
This commit is contained in:
2021-07-19 13:28:55 -05:00
parent 57b3039f2c
commit 2f3d0f74a1
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
zigbee2mqtt_podman_packages:
- podman
zigbee2mqtt_config:
homeassistant: true
permit_join: '{{ zigbee2mqtt_permit_join|bool }}'
mqtt: >-
{{ zigbee2mqtt_mqtt }}
serial:
adapter: '{{ zigbee2mqtt_serial_adapter }}'
port: '{{ zigbee2mqtt_container_device }}'