I am playing around with an automation to send a notification if the garage is left open with a snapshot of a camera, and a URI to open the home assistant dashboard for it. I am stuck on the URI. The button shows up on my Apple Watch, but not on my iPhone.
Any tips on what I am doing wrong?
alias: New Automation
description: ''
trigger:
- platform: state
entity_id: binary_sensor.garage_tilt_sensor_contact
to: open
condition: []
action:
- service: notify.mobile_app_blackmesa_mobile
data:
message: Test
data:
entity_id: camera.driveway_camera_substream
actions:
- action: URI
title: Garage Pane
uri: /lovelace/garage-door
mode: single