# Home Assistant

Link zu https://www.home-assistant.io/

# Home Assistant - NTP Client auf eine lokale Quelle stellen

In der Konsole einloggen

```bash
login
```

<p class="callout info">Englische Tastatur!</p>

Wechseln ins Verzeichnis **/etc/systemd**

```bash
cd /etc/systemd
```

Bearbeiten der **timesyncd.conf**

```bash
vi timesyncd.conf
```

Beispiel:

```shell
[Time]
NTP=192.168.1.1
FallbackNTP=0.at.pool.ntp.org 1.at.pool.ntp.org
# Speed-up boot as first attempt is done before network is up
ConnectionRetrySec=10
```