From c69e9a09086d8b3d301f6607948e6cff1448cece Mon Sep 17 00:00:00 2001 From: ih8gates Date: Sun, 2 Oct 2016 19:05:53 -0400 Subject: [PATCH] Reference to outdated "echo" attribute Reworded the "expose_by_default" information. It used the "echo" attribute, which if I'm not mistaken, is deprecated. --- source/_components/emulated_hue.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 0d1af6ce973..fa897ba28ff 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -49,7 +49,7 @@ Configuration variables: - `script` - `scene` -- **expose_by_default** (*Optional*): Whether or not entities should be exposed via the bridge by default instead of explicitly (see the 'echo' attribute later on). If not specified, this defaults to true. +- **expose_by_default** (*Optional*): Whether or not entities should be exposed via the bridge by default instead of explicitly (see the 'emulated_hue' customization below). If not specified, this defaults to true. - **exposed_domains** (*Optional*): The domains that are exposed by default if `expose_by_default` is set to true. If not specified, this defaults to the following list: - `switch`