]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Restore volume after speech and minor fix to enable_persistent
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 1 Feb 2020 16:11:55 +0000 (17:11 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 1 Feb 2020 16:11:55 +0000 (17:11 +0100)
automation/energy.yaml
automation/update_notifications.yaml
script/notify.yaml

index 589e36ef9073f87f7d2836478d2f1c705bdcbc26..f74f8fb922f7812b2c69b40fb2eab8c1e6fa2a28 100644 (file)
@@ -15,4 +15,4 @@
     data_template:
       title: "Home Assistant - Allarme Consumo Energetico"
       message: "Consumo energetico elevato ({{ states.sensor.potenza_istantanea.state }})."
-      enable_persistant: false
+      enable_persistent: 0
index 7476d17368b517b2f17fa49c27c6fb23b48947c5..0e8154282660183b2354927a9d2f75d3a2bac01f 100644 (file)
@@ -15,7 +15,7 @@
     data_template:\r
       title: "Home Assistant - Aggiornamento"\r
       message: "E' disponibile un aggiornamento per Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }}. {{now().strftime('%Y-%m-%d %I:%M %p')}}"\r
-      enable_persistant: true\r
+      enable_persistent: 1\r
 \r
 ######################################################################\r
 # Update Notification: Shelly\r
@@ -34,7 +34,7 @@
     data_template:\r
       title: "Shelly - Aggiornamento"\r
       message: "Sono disponibili aggiornamenti per i dispositivi Shelly"\r
-      enable_persistant: true\r
+      enable_persistent: 1\r
 \r
 ######################################################################\r
 # Update Notification: HACS\r
@@ -53,4 +53,4 @@
     data_template:\r
       title: "HACS - Aggiornamento"\r
       message: "Sono disponibili aggiornamenti per i moduli HACS"\r
-      enable_persistant: true\r
+      enable_persistent: 1\r
index 9e62dba27e41322e53c8a558ae50dffcaa6c43d7..46262267e73616103755235a6d195e301e4f29f1 100644 (file)
@@ -146,6 +146,8 @@ notify_voice:
           {% endif %}
           {{ language }}
         message: "{{ message }}"
+        
+    - service: script.volume_manager
 
 ######################################################################
 # Script: Global Notification (Text+Voice)