From: Giorgio Ravera Date: Tue, 15 Oct 2019 10:45:39 +0000 (+0200) Subject: Minor changes home assistant update notification X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=ba0eeed3ed84d590cdf76ec558a6ceb7fabaadd9;p=homeassistant.git Minor changes home assistant update notification --- diff --git a/automation/home_assistant.yaml b/automation/home_assistant.yaml index 65ea0f34..c2ea91d7 100644 --- a/automation/home_assistant.yaml +++ b/automation/home_assistant.yaml @@ -148,11 +148,11 @@ to: 'on' action: - service: script.notify_text - data_template: - title: "Home Assistant - Aggiornamento" - message: "E' disponibile un aggiornamento per Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }}. {{now().strftime('%Y-%m-%d %I:%M %p')}}" - enable_persistant: true + - service: script.notify_text + data_template: + title: "Home Assistant - Aggiornamento" + message: "E' disponibile un aggiornamento per Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }}. {{now().strftime('%Y-%m-%d %I:%M %p')}}" + enable_persistant: true ###################################################################### # Home Assistant: Startup Automation