From e456e3ef965bda66ca413e94ba7b9a01932fdf4f Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Wed, 20 Dec 2017 02:08:36 -0500 Subject: [PATCH] Update hue docs to use headers for last two sections (#4252) * Update hue docs to use headers for last two sections * Make new headers titles linkable --- source/_components/hue.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/hue.markdown b/source/_components/hue.markdown index 76f4741c5f1..3943f2d3c1f 100644 --- a/source/_components/hue.markdown +++ b/source/_components/hue.markdown @@ -127,7 +127,7 @@ script: *Note*: `group_name` is not linked to Home Assistant group name. -*** Finding Group and Scene Names *** +### {% linkable_title Finding Group and Scene Names %} How do you find these names? @@ -135,7 +135,7 @@ The easiest way to do this is only use the scenes from the 2nd generation Hue ap Alternatively, you can dump all rooms and scene names using this [gist](https://gist.github.com/sdague/5479b632e0fce931951c0636c39a9578). This does **not** tell you which groups and scenes work together but it's sufficient to get values that you can test in the `dev-service` console. -*** Caveats *** +### {% linkable_title Caveats %} The Hue API doesn't activate scenes directly, only on a Hue Group (typically rooms, especially if using the 2nd gen app). But Hue Scenes don't actually reference their group. So heuristic matching is used.