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