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
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
This <ahref="https://www.home-assistant.io"target="_blank">Home Assistant</a> integration allows you to send notifications to <ahref="https://github.com/LAB02-Research/HASS.Agent"target="_blank">HASS.Agent</a>, a Windows-based Home Assistant client.
8
8
9
-
Note: it won't be of much use if you don't have HASS.Agent installed & configured on at least one device.
9
+
Note: it won't be of much use if you don't have HASS.Agent installed & configured on at least one PC (or Windows based device).
10
10
11
11
----
12
12
@@ -15,6 +15,7 @@ Note: it won't be of much use if you don't have HASS.Agent installed & configure
15
15
*[Functionality](#functionality)
16
16
*[Installation](#installation)
17
17
*[Configuration](#configuration)
18
+
*[Installation and Configuration Summary](#installation-and-configuration-summary)
18
19
*[Usage](#usage)
19
20
*[Wishlist](#wishlist)
20
21
*[License](#license)
@@ -46,16 +47,29 @@ notify:
46
47
resource: http://{device_ip}:5115/notify
47
48
```
48
49
49
-
Replace `{device_ip}` with the IP of the device that has an HASS.Agent instance running. Optionally replace `5115` if you've configured a different port.
50
+
Replace `{device_ip}` with the IP of the device that has an HASS.Agent instance running. To find your IP, run `ipconfig` in a command prompt on your PC. Look for the value after `IPv4 Address`. Optionally replace `5115` if you've configured a different port, normally you shouldn't have to.
50
51
51
52
Restart Home Assistant to load your configuration.
52
53
53
-
The port needs to be open on the target device. To do so, you can run this command in an elevated prompt:
54
+
The port needs to be open on the target device. HASS.Agent will offer to do this for you during the onboarding process.
55
+
To do so manually, you can run this command in an elevated prompt:
0 commit comments