Fixed typo in updater entity attributes.

Left some quotes in there. My bad.
pull/627/head
Ryan Kraus 2015-11-15 17:34:06 -05:00
parent 243130c133
commit 3cda1aacff
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def setup(hass, config):
if newest != CURRENT_VERSION and newest is not None:
hass.states.set(
ENTITY_ID, newest, {'ATTR_FRIENDLY_NAME': 'Update Available'})
ENTITY_ID, newest, {ATTR_FRIENDLY_NAME: 'Update Available'})
event.track_time_change(hass, check_newest_version,
hour=[0, 12], minute=0, second=0)