mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Revert the logger level in the Shelly update platform (#114749)
Revert debug level Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
parent
ed88c2abc9
commit
f91994d788
@ -296,7 +296,7 @@ class RpcUpdateEntity(ShellyRpcAttributeEntity, UpdateEntity):
|
||||
await self.coordinator.async_shutdown_device_and_start_reauth()
|
||||
else:
|
||||
self._ota_in_progress = True
|
||||
LOGGER.info("OTA update call for %s successful", self.coordinator.name)
|
||||
LOGGER.debug("OTA update call for %s successful", self.coordinator.name)
|
||||
|
||||
|
||||
class RpcSleepingUpdateEntity(
|
||||
|
Loading…
x
Reference in New Issue
Block a user