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.
This commit is contained in:
Sören 2019-09-25 21:30:52 +02:00 committed by Franck Nijhof
parent 024d1df837
commit 9569b2968e

View File

@ -1,6 +1,6 @@
--- ---
title: "Emulated Hue Bridge" 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 logo: home-assistant.png
ha_category: ha_category:
- Hub - Hub
@ -47,9 +47,9 @@ emulated_hue:
```yaml ```yaml
# Amazon Echo example configuration.yaml entry # Amazon Echo example configuration.yaml entry
emulated_hue: 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 host_ip: YOUR.HASSIO.IP.ADDRESS
listen_port: 80 listen_port: 80
# Alexa stopped working on different ports. Search for "Philipps Hue Bridge V1 (round)" in the Alexa App to discover devices.
``` ```
{% configuration %} {% configuration %}