I’m trying use request_location_update
and then waiting as per the docs…
On success the sensor.last_update_trigger will change to "Push Notification".
- service: notify.mobile_app_my_phone
data:
message: request_location_update
- wait_template: >
{{ states('sensor.mobile_app_my_phone_last_update_trigger') == 'Push Notification' }}
But I’m pretty sure I am doing something wrong (and that the docs maybe aren’t clear )
My last_update_trigger
sensor always seems to be prefixed by
io.homeassistant.companion.android.
and never has a ‘natural language’ suffix like ‘Push Notification’.
Can someone explain what I am doing wrong?