Skip to content

Commit e316099

Browse files
Update README.md
1 parent 73e3ff3 commit e316099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Platform | Description
1212
-- | --
1313
`remote_homeassistant` | Link multiple Home-Assistant instances together .
1414

15-
The master instance connects to the Websocket APIs of the secondary instances, the connection options are specified via the `host`, `port`, and `secure` configuration parameters. An API password can also be set via `api_password`. To ignore SSL warnings in secure mode, set the `verify_ssl` parameter to false.
15+
The master instance connects to the Websocket APIs of the secondary instances (already enabled out of box), the connection options are specified via the `host`, `port`, and `secure` configuration parameters. If the secondary instance requires an access token to connect (created on the Profile page), it can be set via the `access_token` parameter. To ignore SSL warnings in secure mode, set the `verify_ssl` parameter to false.
1616

1717
After the connection is completed, the remote states get populated into the master instance.
1818
The entity ids can optionally be prefixed via the `entity_prefix` parameter.

0 commit comments

Comments
 (0)