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:
Maciej Bieniek 2024-04-03 16:01:56 +02:00 committed by GitHub
parent ed88c2abc9
commit f91994d788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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