Switch keymitt_ble to use no_devices_found (#88271)
* Switch keymitt_ble to use no_devices_found * Switch keymitt_ble to use no_devices_found
This commit is contained in:
parent
06b1bf9c92
commit
a059cd7f80
3 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ class MicroBotConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
self._discovered_advs[address] = parsed
|
||||
|
||||
if not self._discovered_advs:
|
||||
return self.async_abort(reason="no_unconfigured_devices")
|
||||
return self.async_abort(reason="no_devices_found")
|
||||
|
||||
if user_input is not None:
|
||||
self._name = name_from_discovery(self._discovered_adv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue