mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Remove use of warn()
This commit is contained in:
parent
291910d74e
commit
66cd8d264e
@ -523,7 +523,7 @@ class LIFXLight(Light):
|
||||
break
|
||||
|
||||
if not ack:
|
||||
_LOGGER.warn("Packet %d not ACK'd", seq)
|
||||
_LOGGER.warning("Packet %d not ACK'd", seq)
|
||||
|
||||
# pylint: disable=broad-except
|
||||
except Exception as exc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user