URL handler - navigate - multiple servers

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
1 Like

anyone, is it possible? :slight_smile:

Im also looking for an answer to this

1 Like

Add me to the list. I have HA running at home and at our office. Would love to open the camera view in the correct instance when I get a notification.