From e434996441d143f848ffcd2cf31cf64b22867d57 Mon Sep 17 00:00:00 2001 From: Keith Lamprecht <1894492+Nixon506E@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:42:04 -0500 Subject: [PATCH] Add hue scene transition variable (#16368) Co-authored-by: Paulus Schoutsen Co-authored-by: Franck Nijhof --- source/_integrations/hue.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/hue.markdown b/source/_integrations/hue.markdown index 787d6ca685c..9e26ecf2a6e 100644 --- a/source/_integrations/hue.markdown +++ b/source/_integrations/hue.markdown @@ -86,6 +86,7 @@ script: | ---------------------- | -------- | --------------------------------------------------------------------- | | `group_name` | no | The group/room name of the lights. Find this in the official Hue app. | | `scene_name` | no | The name of the scene. Find this in the official Hue app. | +| 'transition' | yes | The time in 100s of milliseconds to transition to the scene. For example, a value of 4 means 400 milliseconds. | _Note_: `group_name` is not a reference to a Home Assistant group name. It can only be the name of a group/room in the Hue app.