Use supervisor envs instead of hassio (#1343)

This commit is contained in:
Joakim Sørensen 2022-05-30 12:28:47 +02:00 committed by GitHub
parent 9e8c060b2c
commit 170b1909f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,11 +73,11 @@ The instructions here is for development of the `hassio` integration, we're goin
To configure Home Assistant Core to connect to a remote supervisor, set the following environment variables when starting Home Assistant:
- `HASSIO`: Set to the IP of the machine running Home Assistant and port 80 (the API proxy add-on)
- `HASSIO_TOKEN`: Set this to the token that you found [Supervisor API Access](#supervisor-api-access)
- `SUPERVISOR`: Set to the IP of the machine running Home Assistant and port 80 (the API proxy add-on)
- `SUPERVISOR_TOKEN`: Set this to the token that you found [Supervisor API Access](#supervisor-api-access)
```shell
HASSIO=192.168.1.100:80 HASSIO_TOKEN=abcdefghj1234 hass
SUPERVISOR=192.168.1.100:80 SUPERVISOR_TOKEN=abcdefghj1234 hass
```
Your local Home Assistant installation will now connect to a remote Home Assistant instance.