From 1c33e01b99e2c0e6ac59e35f187931d826d74730 Mon Sep 17 00:00:00 2001 From: Lukas Hetzenecker Date: Wed, 3 Feb 2016 13:03:01 +0100 Subject: [PATCH] styleguide fix --- homeassistant/components/sensor/zwave.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/zwave.py b/homeassistant/components/sensor/zwave.py index a220a432493..fc3e27b212f 100644 --- a/homeassistant/components/sensor/zwave.py +++ b/homeassistant/components/sensor/zwave.py @@ -36,8 +36,9 @@ WORKAROUND_IGNORE = 'ignore' DEVICE_MAPPINGS = { PHILIO_SLIM_SENSOR_MOTION: WORKAROUND_NO_OFF_EVENT, - # For some reason Fibaro Wall Plug reports 2 power consumptions. One value updates as the power consumption changes - # and the other does not change + # For some reason Fibaro Wall Plug reports 2 power consumptions. + # One value updates as the power consumption changes + # and the other does not change. FIBARO_WALL_PLUG_SENSOR_METER: WORKAROUND_IGNORE, }