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 %}