Update 2016-09-10-notify-group-reload-api-pihole.markdown

This commit is contained in:
Paulus Schoutsen 2016-09-11 08:53:46 -07:00 committed by GitHub
parent e01ce167b6
commit 9c9e5c12d7

View File

@ -42,8 +42,8 @@ action:
message: "Test from your Home" message: "Test from your Home"
data: data:
location: location:
latitude: "{{ state.device_tracker.phone.attributes.latitude }}" latitude: "{% raw %}{{ state.device_tracker.phone.attributes.latitude }}{% endraw %}"
longitude: "{{ state.device_tracker.phone.attributes.longitude }}" longitude: "{% raw %}{{ state.device_tracker.phone.attributes.longitude }}{% endraw %}"
``` ```
Stay tuned for more details. Stay tuned for more details.