mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Shelly - remove unused device update info call (#101295)
This commit is contained in:
parent
bdcc6c0143
commit
956098ae3a
@ -295,8 +295,6 @@ class ShellyBlockCoordinator(ShellyCoordinatorBase[BlockDevice]):
|
||||
raise UpdateFailed(f"Error fetching data: {repr(err)}") from err
|
||||
except InvalidAuthError:
|
||||
self.entry.async_start_reauth(self.hass)
|
||||
else:
|
||||
device_update_info(self.hass, self.device, self.entry)
|
||||
|
||||
@callback
|
||||
def _async_handle_update(
|
||||
|
Loading…
x
Reference in New Issue
Block a user