mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Don't log Shelly push update failures if there are no errors (#120189)
This commit is contained in:
parent
1ca187611d
commit
57e615aa36
@ -404,6 +404,7 @@ class ShellyBlockCoordinator(ShellyCoordinatorBase[BlockDevice]):
|
|||||||
"ip_address": self.device.ip_address,
|
"ip_address": self.device.ip_address,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
if self._push_update_failures:
|
||||||
LOGGER.debug(
|
LOGGER.debug(
|
||||||
"Push update failures for %s: %s", self.name, self._push_update_failures
|
"Push update failures for %s: %s", self.name, self._push_update_failures
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user