Fix extra data property (#26549)

This commit is contained in:
Tyron
2023-03-13 03:43:05 -04:00
committed by GitHub
parent 69ae291eb3
commit 597d2c3071

View File

@@ -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"
```