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
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
-
Follow the discussion on https://github.com/home-assistant/home-assistant/pull/13876
1
+
[![License][license-shield]](LICENSE.md)
2
2
3
-
Compatible with home-assistant >= 0.80
3
+
[![hacs][hacsbadge]](hacs)
4
+
![Project Maintenance][maintenance-shield]
5
+
6
+
7
+
_Component to link multiple Home-Assistant instances together._
8
+
9
+
**This component will set up the following platforms.**
10
+
11
+
Platform | Description
12
+
-- | --
13
+
`remote_homeassistant` | Link multiple Home-Assistant instances together .
4
14
5
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`.
6
16
@@ -13,9 +23,18 @@ When the connection to the remote instance is lost, all previously published sta
13
23
14
24
A possible use case for this is to be able to use different Z-Wave networks, on different Z-Wave sticks (with the second one possible running on another computer in a different location).
15
25
16
-
## Installation
17
26
18
-
To use this plugin, copy the `remote_homeassistant.py` file into your [custom_components folder](https://developers.home-assistant.io/docs/en/creating_component_loading.html).
27
+
## Installation
28
+
29
+
If you use HACS:
30
+
31
+
1. Click install.
32
+
2. Add `remote_homeassistant:` to your HA configuration.
33
+
34
+
Otherwise:
35
+
36
+
1. To use this plugin, copy the `remote_homeassistant` folder into your [custom_components folder](https://developers.home-assistant.io/docs/en/creating_component_loading.html).
37
+
2. Add `remote_homeassistant:` to your HA configuration.
19
38
20
39
## Configuration
21
40
@@ -95,3 +114,12 @@ switch:
95
114
```
96
115
97
116
to enable all `switch` services.
117
+
118
+
---
119
+
120
+
See also the discussion on https://github.com/home-assistant/home-assistant/pull/13876 and https://github.com/home-assistant/architecture/issues/246 for this component
0 commit comments