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.
7 lines
140 B
YAML
7 lines
140 B
YAML
- name: reload systemd
|
|
command: systemctl daemon-reload
|
|
- name: restart zigbee2mqtt
|
|
service:
|
|
name: zigbee2mqtt
|
|
state: restarted
|