Skip to content

Commit ffcbcc1

Browse files
authored
Update README.md
Added netsh cmd to open firewall port.
1 parent 0af5364 commit ffcbcc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Replace `{device_ip}` with the IP of the device that has an HASS.Agent instance
4747

4848
Restart Home Assistant to load your configuration.
4949

50+
The port needs to be open on the target device. To do so, you can run this command in an elevated prompt:
51+
52+
`netsh advfirewall firewall add rule name="HASS.Agent Notifier" dir=in action=allow protocol=TCP localport=5115`
53+
5054

5155
Usage
5256
---

0 commit comments

Comments
 (0)