Skip to content

Commit

Permalink
fix style in tellstick sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored and Daniel committed Sep 14, 2016
1 parent d029861 commit 6f840de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/sensor/tellstick.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
vol.Optional(CONF_ONLY_NAMED, default=DEFAULT_ONLY_NAMED): cv.boolean,
vol.Optional(CONF_TEMPERATURE_SCALE, default=DEFAULT_TEMPERATURE_SCALE):
cv.string,
vol.Optional(CONF_DATATYPE_MASK, default=DEFAULT_DATATYPE_MASK): cv.positive_int,
vol.Optional(CONF_DATATYPE_MASK, default=DEFAULT_DATATYPE_MASK):
cv.positive_int,
})


Expand Down

0 comments on commit 6f840de

Please sign in to comment.