Skip to content

Commit 225814a

Browse files
Update README.md
1 parent 8bb8666 commit 225814a

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![hacs][hacsbadge]](hacs)
44
![Project Maintenance][maintenance-shield]
55

6+
<img align="left" width="80" height="80" src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/icons/icon.png" alt="App icon">
7+
8+
# Remote Home-Assistant
69

710
_Component to link multiple Home-Assistant instances together._
811

@@ -29,7 +32,6 @@ A possible use case for this is to be able to use different Z-Wave networks, on
2932
If you use HACS:
3033

3134
1. Click install.
32-
2. Add `remote_homeassistant:` to your HA configuration.
3335

3436
Otherwise:
3537

@@ -38,6 +40,42 @@ Otherwise:
3840

3941
## Configuration
4042

43+
### Web (Config flow)
44+
45+
1. Add a new Remote Home-Assistant integration
46+
47+
<img src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/img/setup.png" height="400"/>
48+
49+
2. Specify the connection details to the remove instance
50+
51+
<img src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/img/device.png" height="400"/>
52+
53+
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".
54+
55+
Check "Secure" if you want to connect via a secure (https/wss) connection
56+
57+
3. After the instance is added, you can configure additional Options by clicking the "Options" button.
58+
59+
<img src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/img/options.png" height="200"/>
60+
61+
4. You can configure an optional prefix that gets prepended to all remote entities (if unsure, leave this blank).
62+
63+
<img src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/img/step1.png" height="200"/>
64+
65+
Click "Submit" to proceed to the next step.
66+
67+
5. You can also define filters, that include/exclude specified entities or domains from the remote instance.
68+
69+
<img src="https://raw.githubusercontent.com/lukas-hetzenecker/home-assistant-remote/master/img/step2.png" height="200"/>
70+
71+
72+
73+
---
74+
75+
or via..
76+
77+
### YAML
78+
4179
To integrate `remote_homeassistant` into Home Assistant, add the following section to your `configuration.yaml` file:
4280

4381
Simple example:

0 commit comments

Comments
 (0)