Log source of discovery in Sonos (#53101)

This commit is contained in:
jjlawren 2021-07-16 16:12:01 -05:00 committed by GitHub
parent 4fceac00b1
commit 0277a645f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -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)