mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fixed typo in updater entity attributes.
Left some quotes in there. My bad.
This commit is contained in:
parent
243130c133
commit
3cda1aacff
@ -30,7 +30,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
if newest != CURRENT_VERSION and newest is not None:
|
if newest != CURRENT_VERSION and newest is not None:
|
||||||
hass.states.set(
|
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,
|
event.track_time_change(hass, check_newest_version,
|
||||||
hour=[0, 12], minute=0, second=0)
|
hour=[0, 12], minute=0, second=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user