Host and Listen_Port for Echo Dot 3 (#9419)

* Host and Listen_Port for Echo Dot 3

* Update (change to listen_port from port)
This commit is contained in:
tiagofreire-pt 2019-05-09 08:01:25 +01:00 committed by Fabian Affolter
parent 111237eaa7
commit 42e26897b9

View File

@ -48,6 +48,9 @@ emulated_hue:
```yaml
# Amazon Echo example configuration.yaml entry
emulated_hue:
# Required for Echo Dot 3
host_ip: YOUR.HASSIO.IP.ADDRESS
listen_port: 80
```
{% configuration %}