mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-09 11:09:00 +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
|
||||
data:
|
||||
message: "Last known sensor state is {{ states('sensor.sensor') }}."
|
||||
data:
|
||||
data:
|
||||
tag: "notification-about-sensor"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user