mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 13:56:29 +00:00
Use supervisor envs instead of hassio (#1343)
This commit is contained in:
parent
9e8c060b2c
commit
170b1909f5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user