From 79a0f406d604de47f81f71553fa97d716887a950 Mon Sep 17 00:00:00 2001 From: merlinacious Date: Mon, 19 Aug 2024 02:35:52 -0700 Subject: [PATCH] Updated hue.markdown for v1 hue bridges (#34288) * Updated hue.markdown for v1 hue bridges Added specific instructions on how to set Scenes for v1 hue bridges. Had to do a lot of research to find these as a lot of the current documentation and videos are for v2 hue bridges. * Tiny style tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/hue.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/hue.markdown b/source/_integrations/hue.markdown index 0e7f0d2f851..99460bb2c5a 100644 --- a/source/_integrations/hue.markdown +++ b/source/_integrations/hue.markdown @@ -78,3 +78,7 @@ Philips/Signify released a new version of their Hue bridge (square shape) and th - Scene entities are not automatically created for V1 bridges. To activate a Hue scene on a V1 bridge from Home Assistant we provide an action to active it the Hue scene by name. - State updates for devices/entities on a V1 bridges are not received instantly but polled on interval. - Light entities for Hue rooms are not automatically created for V1 bridges, you can opt-in for creating entities for rooms within the Integration's options. + +For v1 Hue bridges, you can create a script using the **Scripts** tab. +1. Select **Add New Script** > **Add Action** > **Philips Hue: Activate Scene** +2. Then select the appropriate room name in the **Group** field and the scene name in the **Scene** field stored on your Hue bridge.