mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update notify.html5 example (#7758)
Update the html5 notification example as the service "notify.html5" does not exist, but "notify.notify" does.
This commit is contained in:
parent
8ecd8ba7be
commit
fe3c33a617
@ -166,7 +166,7 @@ if there already exists one with the same tag.
|
||||
- platform: state
|
||||
entity_id: sensor.sensor
|
||||
action:
|
||||
service: notify.html5
|
||||
service: notify.notify
|
||||
data_template:
|
||||
message: "Last known sensor state is {% raw %}{{ states('sensor.sensor') }}{% endraw %}."
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user