Include instructions to install gateway service (#24807)

* Include instructions to install gateway service

* Fix markdown lint
This commit is contained in:
Mike Degatano 2022-11-03 16:18:42 -04:00 committed by GitHub
parent b64b33e4a3
commit fd47d3482b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,11 @@ and exposed to supervisor via unix socket.
If using Home Assistant OS, update to version 7 or later.
If using Home Assistant Supervised, re-run the [supervised installer](https://github.com/home-assistant/supervised-installer)
on the host to set up this service and reboot.
If using Home Assistant Supervised, run the following on the host:
```sh
sudo apt install systemd-journal-remote -y
```
and then reboot. If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer)
on the host as the supervisor service may need an update as well.