Fixed typo in updater entity attributes.
Left some quotes in there. My bad.pull/627/head
parent
243130c133
commit
3cda1aacff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue