mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Better handle Roborock discovery (#141575)
This commit is contained in:
@@ -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={
|
||||
|
Reference in New Issue
Block a user