We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5364 commit ffcbcc1Copy full SHA for ffcbcc1
README.md
@@ -47,6 +47,10 @@ Replace `{device_ip}` with the IP of the device that has an HASS.Agent instance
47
48
Restart Home Assistant to load your configuration.
49
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
54
55
Usage
56
---
0 commit comments