fixed small error in signal_messenger documentation (#11802)

* 'data' section was missing
This commit is contained in:
Bernhard B 2020-01-20 10:49:45 +01:00 committed by Franck Nijhof
parent e2494979d2
commit ce1589ecf3

View File

@ -79,5 +79,6 @@ action:
service: notify.NOTIFIER_NAME
data:
message: "Alarm in the living room!"
attachment: "/tmp/surveillance_camera.jpg"
data:
attachment: "/tmp/surveillance_camera.jpg"
```