mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-09 19:18:47 +00:00
Fix extra data property (#26549)
This commit is contained in:
@@ -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"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user