From 956098ae3afca2944b37c1d7e9b335b7d02567be Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 3 Oct 2023 19:21:31 +0300 Subject: [PATCH] Shelly - remove unused device update info call (#101295) --- homeassistant/components/shelly/coordinator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/shelly/coordinator.py b/homeassistant/components/shelly/coordinator.py index 1a8081b2053..d838b5c6547 100644 --- a/homeassistant/components/shelly/coordinator.py +++ b/homeassistant/components/shelly/coordinator.py @@ -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(