From 42e26897b9f64e38503593dc129e802b83aa6455 Mon Sep 17 00:00:00 2001 From: tiagofreire-pt <41837236+tiagofreire-pt@users.noreply.github.com> Date: Thu, 9 May 2019 08:01:25 +0100 Subject: [PATCH] Host and Listen_Port for Echo Dot 3 (#9419) * Host and Listen_Port for Echo Dot 3 * Update (change to listen_port from port) --- source/_components/emulated_hue.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index d766b0604db..1f29ba67abb 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -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 %}