Skip to content

Commit 316789f

Browse files
Merge pull request #24 from mattlongman/patch-1
Update README.md
2 parents 4b71c12 + 8066a02 commit 316789f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

15-
The master instance connects to the Websocket APIs of the slaves, 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, 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.
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.
1919

20-
The component keeps track which objects originate from which instance. Whenever a service is called on an object, the call gets forwarded to the particular slave instance.
20+
The component keeps track which objects originate from which instance. Whenever a service is called on an object, the call gets forwarded to the particular secondary instance.
2121

2222
When the connection to the remote instance is lost, all previously published states are removed again from the local state registry.
2323

@@ -64,7 +64,7 @@ remote_homeassistant:
6464
verify_ssl: false
6565
access_token: !secret access_token
6666
api_password: !secret http_password
67-
entity_prefix: "slave02_"
67+
entity_prefix: "instance02_"
6868
include:
6969
domains:
7070
- sensor

0 commit comments

Comments
 (0)