You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The main instance connects to the Websocket APIs of the remote instances (alread
19
19
20
20
After the connection is completed, the remote states get populated into the master instance.
21
21
The entity ids can optionally be prefixed via the `entity_prefix` parameter.
22
+
22
23
The entity friendly names can optionally be prefixed via the `entity_friendly_name_prefix` parameter.
23
24
24
25
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 remote instance.
@@ -58,29 +59,29 @@ This is not needed on the main instance.
You can generate an access token in the by logging into your remote instance, clicking on your user profile icon, and then selecting "Create Token" under "Long-Lived Access Tokens".
68
69
69
70
Check "Secure" if you want to connect via a secure (https/wss) connection
70
71
71
72
3. After the instance is added, you can configure additional Options by clicking the "Options" button.
0 commit comments