From 66cd8d264ebd05803619928fc5c86196decdaf8b Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 18 Jan 2016 18:27:46 +0000 Subject: [PATCH] Remove use of warn() --- homeassistant/components/light/lifx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/lifx.py b/homeassistant/components/light/lifx.py index 911262b75c9..5e43d50eabf 100644 --- a/homeassistant/components/light/lifx.py +++ b/homeassistant/components/light/lifx.py @@ -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: