Change Shelly connect task log message level to error (#120582)

This commit is contained in:
Shay Levy 2024-06-26 19:19:28 +03:00 committed by GitHub
parent d09a274548
commit ed1eb8ac9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -168,7 +168,7 @@ class ShellyCoordinatorBase[_DeviceT: BlockDevice | RpcDevice](
await self.device.initialize()
update_device_fw_info(self.hass, self.device, self.entry)
except DeviceConnectionError as err:
LOGGER.debug(
LOGGER.error(
"Error connecting to Shelly device %s, error: %r", self.name, err
)
return False