From 5454913fb0dbd4c070bde5676c0a3b38070c69e3 Mon Sep 17 00:00:00 2001 From: deosrc Date: Tue, 29 Mar 2022 16:34:50 +0100 Subject: [PATCH] Fix typo in URL for emulated hue (#22185) --- source/_integrations/emulated_hue.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/emulated_hue.markdown b/source/_integrations/emulated_hue.markdown index d8fa0c2da37..1e281d8eb52 100644 --- a/source/_integrations/emulated_hue.markdown +++ b/source/_integrations/emulated_hue.markdown @@ -152,7 +152,7 @@ These attributes used to be found under the `customize` section of `homeassistan You can verify that the `emulated_hue` integration has been loaded and is responding by pointing a local browser to the following URL: - `http://:80/description.xml` - This URL should return a descriptor file in the form of an XML file. -- `http://:80/api/pi/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa. +- `http://:80/api/v2/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa. Verify that the URLs above are using port 80, rather than port 8300 (i.e., `http://:80/description.xml`). Both Google Home and Amazon Alexa/Echo (as of the 2019-08 firmware) require port 80.