Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/_components/upnp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@ ports:
type: map
default: Open same port on external router as that HASS runs locally and forwards it.
{% endconfiguration %}

## {% linkable_title Troubleshooting %}

If Home Assistant is not able to discover UPnP sensors, it may be because the local IP address was not auto-detected correctly. To prevent this, you may add the `local_ip` option to your UPnP configuration:

```yaml
# Example configuration.yaml with UPnP sensors enabled and local_ip set
upnp:
sensors: true
local_ip: 192.168.1.2
```