debmaker/ressources/zigbee2mqtt/README.MD

20 lines
356 B
Markdown

#### zigbee2mqtt
##### Information
Site : https://www.zigbee2mqtt.io/
Source : https://github.com/Koenkk/zigbee2mqtt
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y zigbee2mqtt
#Edit /etc/zigbee2mqtt/configuration.yaml
systemctl enable --now zigbee2mqtt
```