From 8c0a7c3b9baf1d581dba9e5bef9a76f1ff5b638d Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 7 Apr 2017 21:35:33 +0200 Subject: [PATCH] swap echo/home comment (#2393) --- source/_components/emulated_hue.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 47bb5291387..4cb0d13b6b0 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -25,15 +25,15 @@ The virtual bridge has the ability to turn entities on or off, or change the bri To enable the emulated Hue bridge, add one of the following configs to your `configuration.yaml` file: ```yaml -# Amazon Echo example configuration.yaml entry +# Google Home example configuration.yaml entry emulated_hue: + # Google Home does not work on different ports. ``` ```yaml -# Google Home example configuration.yaml entry +# Amazon Echo example configuration.yaml entry emulated_hue: - type: google_home - # Google Home does not work on different ports. + type: alexa listen_port: 80 ```