Log source of discovery in Sonos (#53101)
This commit is contained in:
parent
4fceac00b1
commit
0277a645f1
2 changed files with 6 additions and 4 deletions
|
@ -50,7 +50,7 @@ class SonosDiscoveryFlowHandler(DiscoveryFlowHandler):
|
|||
)
|
||||
if discovery_manager := self.hass.data.get(DATA_SONOS_DISCOVERY_MANAGER):
|
||||
discovery_manager.async_discovered_player(
|
||||
properties, host, uid, boot_seqnum, model
|
||||
"Zeroconf", properties, host, uid, boot_seqnum, model
|
||||
)
|
||||
return await self.async_step_discovery(discovery_info)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue