mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
upnp: Remove manual configuration, add debug information (#24309)
This commit is contained in:
parent
b41037f94d
commit
04d1d5cfc4
@ -30,11 +30,17 @@ Please note that UPnP or NAT-PMP needs to be enabled on your router for this int
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
## Manual configuration
|
||||
## Debugging integration
|
||||
|
||||
Alternatively, you can use YAML by adding the following section to your `configuration.yaml` file:
|
||||
If you have problems with this integration you can add debug prints to the log.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
upnp:
|
||||
logger:
|
||||
default: info
|
||||
logs:
|
||||
homeassistant.components.upnp: debug
|
||||
async_upnp_client: debug
|
||||
async_upnp_client.traffic: error
|
||||
```
|
||||
|
||||
When creating an issue, please include the (relevant) logging with the issue. Any sensitive information such as IPs can be obfuscated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user