mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Shelly - remove unused device update info call (#101295)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user