mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add UPnP sensor troubleshooting (#9060)
* Add UPnP sensor troubleshooting * Minor changes
This commit is contained in:
parent
c2ff81aa3a
commit
bc314cca4f
@ -64,3 +64,14 @@ ports:
|
|||||||
type: map
|
type: map
|
||||||
default: Open same port on external router as that HASS runs locally and forwards it.
|
default: Open same port on external router as that HASS runs locally and forwards it.
|
||||||
{% endconfiguration %}
|
{% 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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user