Skip to content

Commit b767139

Browse files
Update README.md
1 parent 520de67 commit b767139

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

README.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
22

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 .
414

515
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`.
616

@@ -13,9 +23,18 @@ When the connection to the remote instance is lost, all previously published sta
1323

1424
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).
1525

16-
## Installation
1726

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.
1938

2039
## Configuration
2140

@@ -95,3 +114,12 @@ switch:
95114
```
96115

97116
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
121+
122+
[hacs]: https://github.com/custom-components/hacs
123+
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
124+
[license-shield]: https://img.shields.io/github/license/lukas-hetzenecker/home-assistant-remote.svg?style=for-the-badge
125+
[maintenance-shield]: https://img.shields.io/badge/maintainer-lukas--hetzenecker-blue.svg?style=for-the-badge

0 commit comments

Comments
 (0)