From 5c010afa935da42f691600255e549af1390a1043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Tue, 22 Aug 2023 18:49:05 +0200 Subject: [PATCH] Update Android multiserver support for URL Handler --- docs/integrations/url-handler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/url-handler.md b/docs/integrations/url-handler.md index 3cf53aeb22..83ba65af95 100644 --- a/docs/integrations/url-handler.md +++ b/docs/integrations/url-handler.md @@ -8,8 +8,8 @@ Home Assistant supports opening from other apps via URL. Query parameters are passed as a dictionary in the call. :::info -![iOS](/assets/iOS.svg)
-If multiple servers are connected to an iOS or Mac app, you will be prompted to select a server when handling a `navigate` link, `call_service`, or `fire_event` links will be handled using the first server in the list. +![iOS](/assets/iOS.svg) and ![Android](/assets/android.svg) BETA
+If multiple servers are connected to an app, you will be prompted to select a server when handling a `navigate` link, `call_service`, or `fire_event` links will be handled using the first server in the list. ![Android](/assets/android.svg)
If multiple servers are connected to an Android app, `navigate` links will be handled using the most recently used server in the list.