Fix upnp add_entities (#55904)
* Fix upnp add_entities * Remove nesting level
This commit is contained in:
parent
d705b35ea1
commit
42f586c585
2 changed files with 89 additions and 98 deletions
|
@ -31,6 +31,3 @@ DEFAULT_SCAN_INTERVAL = timedelta(seconds=30).total_seconds()
|
|||
ST_IGD_V1 = "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
ST_IGD_V2 = "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
||||
SSDP_SEARCH_TIMEOUT = 4
|
||||
|
||||
RAW_SENSOR = "raw_sensor"
|
||||
DERIVED_SENSOR = "derived_sensor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue