From 6484974b99190d21e5a090f6a2d9f0af5bbc3ed2 Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:57:22 +0100 Subject: [PATCH] Added link to Scene integration (#40353) 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 c657f8f2214..cadee896ad2 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