Skip to content

Commit

Permalink
Update homeassistant/components/shelly/coordinator.py
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
thecode and bdraco committed Apr 28, 2024
1 parent 0fe21ca commit 40b250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/shelly/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def _async_device_connect_task(self) -> bool:
await self.device.initialize()
update_device_fw_info(self.hass, self.device, self.entry)
except DeviceConnectionError as err:
LOGGER.error(
LOGGER.debug(
"Error connecting to Shelly device %s, error: %r", self.name, err
)
return False
Expand Down

0 comments on commit 40b250f

Please sign in to comment.