mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Better handle Roborock discovery (#141575)
This commit is contained in:
parent
dea00fac3f
commit
f0fd5a639a
@ -143,6 +143,7 @@ class RoborockFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
self, discovery_info: DhcpServiceInfo
|
||||
) -> ConfigFlowResult:
|
||||
"""Handle a flow started by a dhcp discovery."""
|
||||
await self._async_handle_discovery_without_unique_id()
|
||||
device_registry = dr.async_get(self.hass)
|
||||
device = device_registry.async_get_device(
|
||||
connections={
|
||||
|
Loading…
x
Reference in New Issue
Block a user