Skip to content

Commit

Permalink
Merge pull request #523 from ic-dev21/typo
Browse files Browse the repository at this point in the history
LOG.warn is deprecated
  • Loading branch information
ic-dev21 authored Dec 30, 2024
2 parents 4687417 + d25dd03 commit 765ad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hilo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async def on_websocket_event(self, event: WebsocketEvent) -> None:
for item in event.arguments[0]
)
if new_devices:
LOG.warn(
LOG.warning(
"Device list appears to be desynchronized, forcing a refresh thru the API..."
)
await self.devices.update()
Expand Down

0 comments on commit 765ad54

Please sign in to comment.