I am trying to make a notification, that after clicking (on my iOS device) opens specific lovelace page. It’s working, but I have 2 instances of HA running. Right now I need to select the correct server every time I click on the notification. Is there a way to specify also the server, so it opens right away? Thanks.
sequence:
- service: notify.mobile_app_iphone
data:
message: URL test
data:
url: homeassistant://navigate/lovelace/cameras
title: Open
mode: single