is there a way to allow for templating in dynamic attachment notification?
service: notify.mobile_app_<your_device_id_here>
data:
message: Something happened at home!
data:
action_data:
latitude: {{state_attr('sensor.blitzortung_lightning_azimuth','lat')}}
longitude: {{state_attr('sensor.blitzortung_lightning_azimuth','lon')}}
tom_l
2
Does this work?
service: notify.mobile_app_<your_device_id_here>
data:
message: Something happened at home!
data:
action_data:
latitude: "{{state_attr('sensor.blitzortung_lightning_azimuth','lat')}}"
longitude: "{{state_attr('sensor.blitzortung_lightning_azimuth','lon')}}"
yes it does, thank you
is there a way to have the map expand without pressing it?
tom_l
4
What do you mean by “expand”?
Zoom out?
From what I understand the map shows all defined zones. So you could create one large zone that covers your required zoom level.
when the notification is triggered you must tap and hold it before it is displayed. is their a way to have it open the map without tap and hold?
petro
(Petro)
7
That’s how notifications for Apple devices work. You should be looking from the iOS or MacOS side.