From bbbeaa30641299eb3d367855a0f12852c2c7d145 Mon Sep 17 00:00:00 2001 From: Vadim Petrov Date: Mon, 17 May 2021 16:20:49 +0300 Subject: [PATCH] remove broken link (#17862) --- source/_integrations/sensor.rest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sensor.rest.markdown b/source/_integrations/sensor.rest.markdown index 07d65865be8..fe03fddffc6 100644 --- a/source/_integrations/sensor.rest.markdown +++ b/source/_integrations/sensor.rest.markdown @@ -179,7 +179,7 @@ sensor: ### Value from another Home Assistant instance -The Home Assistant [API](/developers/rest_api/) exposes the data from your attached sensors. If you are running multiple Home Assistant instances which are not [connected](/developers/architecture/#multiple-connected-instances) you can still get information from them. +The Home Assistant [API](/developers/rest_api/) exposes the data from your attached sensors. If you are running multiple Home Assistant instances which are not connected you can still get information from them. If the Home Assistant instance in the resource variable is protected by an API password, you can append `?api_password=YOUR_PASSWORD` to the resource URL to authenticate or use `headers:`.