20 lines
319 B
Markdown
20 lines
319 B
Markdown
#### 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
|
|
```
|