styleguide fix

This commit is contained in:
Lukas Hetzenecker 2016-02-03 13:03:01 +01:00
parent d09837fef6
commit 1c33e01b99

View File

@ -36,8 +36,9 @@ WORKAROUND_IGNORE = 'ignore'
DEVICE_MAPPINGS = { DEVICE_MAPPINGS = {
PHILIO_SLIM_SENSOR_MOTION: WORKAROUND_NO_OFF_EVENT, 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 # For some reason Fibaro Wall Plug reports 2 power consumptions.
# and the other does not change # One value updates as the power consumption changes
# and the other does not change.
FIBARO_WALL_PLUG_SENSOR_METER: WORKAROUND_IGNORE, FIBARO_WALL_PLUG_SENSOR_METER: WORKAROUND_IGNORE,
} }