Changes after late upnp review (#72241)
* Changes after review of #70008, part 1 * Changes after review from #70008 * Revert to UpnpDataUpdateCoordinator._async_update_data
This commit is contained in:
parent
a5e100176b
commit
2e36a79357
6 changed files with 132 additions and 319 deletions
|
@ -54,7 +54,7 @@ async def _async_wait_for_discoveries(hass: HomeAssistant) -> bool:
|
|||
|
||||
async def device_discovered(info: SsdpServiceInfo, change: SsdpChange) -> None:
|
||||
if change != SsdpChange.BYEBYE:
|
||||
LOGGER.info(
|
||||
LOGGER.debug(
|
||||
"Device discovered: %s, at: %s",
|
||||
info.ssdp_usn,
|
||||
info.ssdp_location,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue