From: Giorgio Ravera Date: Thu, 3 Oct 2024 10:18:03 +0000 (+0200) Subject: Renamed reference from push to html5 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=a9525f2ad228cc3ec7f691b083fd3a5da44ff8b2;p=homeassistant.git Renamed reference from push to html5 --- diff --git a/scripts/notify.yaml b/scripts/notify.yaml index 3b298231..794cf7fa 100644 --- a/scripts/notify.yaml +++ b/scripts/notify.yaml @@ -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 }}"