mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Fix extra data
property (#26549)
This commit is contained in:
parent
69ae291eb3
commit
597d2c3071
@ -147,7 +147,6 @@ Example of adding a tag to your notification. This won't create new notification
|
|||||||
service: notify.html5
|
service: notify.html5
|
||||||
data:
|
data:
|
||||||
message: "Last known sensor state is {{ states('sensor.sensor') }}."
|
message: "Last known sensor state is {{ states('sensor.sensor') }}."
|
||||||
data:
|
|
||||||
data:
|
data:
|
||||||
tag: "notification-about-sensor"
|
tag: "notification-about-sensor"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user