From 717a60f4b498700779af55ca7f7fd6bf5e112568 Mon Sep 17 00:00:00 2001 From: cribbstechnologies Date: Fri, 21 Jul 2017 14:15:35 -0400 Subject: [PATCH] include deprecation warning in docs (#3033) I've answered questions about this no less than 10 times. Is the breaking change to remove type milestoned yet? --- source/_components/emulated_hue.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 64511328b5f..0dbf81d2780 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -28,7 +28,6 @@ To enable the emulated Hue bridge, add one of the following configs to your `con ```yaml # Google Home example configuration.yaml entry emulated_hue: - type: google_home listen_port: 80 # Google Home does not work on different ports. ``` @@ -36,13 +35,11 @@ emulated_hue: ```yaml # Amazon Echo example configuration.yaml entry emulated_hue: - type: alexa - listen_port: 80 ``` Configuration variables: -- **type** (*Optional*): The type of assistant who we are emulated for. Either `alexa` or `google_home`, defaults to `google_home`. +- **type** (*Optional*): The type of assistant who we are emulated for. Either `alexa` or `google_home`, defaults to `google_home`. **This configuration option is deprecated and will be removed in a future release. It is no longer necessary to define type.** - **host_ip** (*Optional*): The IP address that your Home Assistant installation is running on. If you do not specify this option, the component will attempt to determine the IP address on its own. - **listen_port** (*Optional*): The port the Hue bridge API web server will run on. If not specified, this defaults to 8300. This can be any free port on your system.