Skip to content

Commit

Permalink
LOG.warn is deprecated
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
ic-dev21 committed Dec 30, 2024
1 parent 4687417 commit d25dd03
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 d25dd03

Please sign in to comment.