mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Change Shelly connect task log message level to error (#120582)
This commit is contained in:
parent
3d164c6721
commit
d3d0e05817
@ -167,7 +167,7 @@ class ShellyCoordinatorBase[_DeviceT: BlockDevice | RpcDevice](
|
|||||||
await self.device.initialize()
|
await self.device.initialize()
|
||||||
update_device_fw_info(self.hass, self.device, self.entry)
|
update_device_fw_info(self.hass, self.device, self.entry)
|
||||||
except DeviceConnectionError as err:
|
except DeviceConnectionError as err:
|
||||||
LOGGER.debug(
|
LOGGER.error(
|
||||||
"Error connecting to Shelly device %s, error: %r", self.name, err
|
"Error connecting to Shelly device %s, error: %r", self.name, err
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user