Removing random spaces (#14373)

There's some typos in there, fixing
This commit is contained in:
Dubh Ad 2020-09-02 12:51:29 +01:00 committed by GitHub
parent 39352916b7
commit ed76b34f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,6 @@ automation:
action: action:
service: notify.mobile_app_<device_name> service: notify.mobile_app_<device_name>
data_template: data_template:
message : 'Flight entry of {{ trigger.event.data.callsign }} ' message: 'Flight entry of {{ trigger.event.data.callsign }}'
``` ```
{% endraw %} {% endraw %}