From 7ad07fc005fc118355f14a8eda6f72d76836a20c Mon Sep 17 00:00:00 2001 From: Danny Tsang Date: Sat, 9 Aug 2025 10:12:08 +0100 Subject: [PATCH 1/2] Added link to Scene integration. Allow people to find more information on the scene integration page. --- source/_docs/scene.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scene.markdown b/source/_docs/scene.markdown index c657f8f22141..75a475ced4ee 100644 --- a/source/_docs/scene.markdown +++ b/source/_docs/scene.markdown @@ -3,7 +3,7 @@ title: "Scenes" description: "Instructions on how to setup scenes within Home Assistant." --- -You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. +You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. Scenes are available as an entity through the standalone [Scene integration](/integrations/scene/) but can also be embedded in {% term automations %} and {% term scripts %} ```yaml # Example configuration.yaml entry From cba0c64f3fccfd138bbf7968fb50c34c393b3fb6 Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:33:27 +0100 Subject: [PATCH 2/2] Update with suggestion. Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> --- source/_docs/scene.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scene.markdown b/source/_docs/scene.markdown index 75a475ced4ee..cadee896ad2c 100644 --- a/source/_docs/scene.markdown +++ b/source/_docs/scene.markdown @@ -3,7 +3,7 @@ title: "Scenes" description: "Instructions on how to setup scenes within Home Assistant." --- -You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. Scenes are available as an entity through the standalone [Scene integration](/integrations/scene/) but can also be embedded in {% term automations %} and {% term scripts %} +You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. Scenes are available as an entity through the standalone [Scene integration](/integrations/scene/) but can also be embedded in {% term automations %} and {% term scripts %}. ```yaml # Example configuration.yaml entry