]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Minor changes home assistant update notification
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 15 Oct 2019 10:45:39 +0000 (12:45 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 15 Oct 2019 10:45:39 +0000 (12:45 +0200)
automation/home_assistant.yaml

index 65ea0f3406ba1e1dd97f7d1e42885d57a9c1eb50..c2ea91d7797491ff2fc529307f1c56b41f8af694 100644 (file)
       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