]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Renamed reference from push to html5
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 3 Oct 2024 10:18:03 +0000 (12:18 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 3 Oct 2024 10:18:03 +0000 (12:18 +0200)
scripts/notify.yaml

index 3b2982314a709b765826b2ece5b4a7607668f6ac..794cf7fa0c9f1f8947489f50bb2f0071cbee7260 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Operations:
 # - notify.mail
-# - notify.push
+# - notify.html5
 # - persistent_notification.create (if enable_persistent)
 # - notify.telegram (if enable_telegram)
 ######################################################################
@@ -96,7 +96,7 @@ notify_text:
                 message: "{{ message | regex_replace(find='_', replace='-', ignorecase=False) }}"
       default: []
 
-    - service: notify.push
+    - service: notify.html5
       data_template:
         title: "{{ title }}"
         message: "{{ message }}"