Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added netsh cmd to open firewall port.
  • Loading branch information
LAB02-Admin authored Nov 30, 2021
1 parent 0af5364 commit ffcbcc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Replace `{device_ip}` with the IP of the device that has an HASS.Agent instance

Restart Home Assistant to load your configuration.

The port needs to be open on the target device. To do so, you can run this command in an elevated prompt:

`netsh advfirewall firewall add rule name="HASS.Agent Notifier" dir=in action=allow protocol=TCP localport=5115`


Usage
---
Expand Down

0 comments on commit ffcbcc1

Please sign in to comment.