Shelly - remove unused device update info call (#101295)

This commit is contained in:
Shay Levy
2023-10-03 19:21:31 +03:00
committed by GitHub
parent bdcc6c0143
commit 956098ae3a

View File

@@ -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(