From 9569b2968e3672bc70f55e0f5651a9375a7e1cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Wed, 25 Sep 2019 21:30:52 +0200 Subject: [PATCH] Update emulated_hue.markdown (#10449) Alexa stopped working on other ports than 80 in recent firmware updates. According to @schiegg using port 80 and let Alexa search for a "Philipps Hue Bridge V1 (round)" in the Alexa App to discover devices is a widespread solution: https://github.com/home-assistant/home-assistant/issues/26860#issuecomment-534450248 I could confirm that the port change also led to Alexa finding my devices again. --- source/_components/emulated_hue.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 90d37a24f1f..fc09d9259f5 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -1,6 +1,6 @@ --- title: "Emulated Hue Bridge" -description: "Instructions on how to emulated Hue Bridge within Home Assistant." +description: "Instructions on how to emulate a Hue Bridge within Home Assistant." logo: home-assistant.png ha_category: - Hub @@ -47,9 +47,9 @@ emulated_hue: ```yaml # Amazon Echo example configuration.yaml entry emulated_hue: -# Required if there is no older Echo device (Like an Echo Dot 1 or 2) in the same network host_ip: YOUR.HASSIO.IP.ADDRESS listen_port: 80 + # Alexa stopped working on different ports. Search for "Philipps Hue Bridge V1 (round)" in the Alexa App to discover devices. ``` {% configuration %}