debmaker/ressources/homeassistant/README.MD

20 lines
319 B
Plaintext
Raw Normal View History

2023-11-21 01:24:31 +01:00
#### homeassistant
##### Information
Site : https://www.home-assistant.io
Source : https://github.com/home-assistant
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y homeassistant
systemctl enable --now homeassistant
```