From 334991c7e23ab916acadb8a317ef3f1c3c388edc Mon Sep 17 00:00:00 2001 From: Magnus Helin <58689125+Mayhem-SWE@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:59:25 +0100 Subject: [PATCH] Update scene.markdown (#36889) Removed configuration variable "description" as such a variable does not exist (HA will give an error if you try to insert it). --- source/_docs/scene.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_docs/scene.markdown b/source/_docs/scene.markdown index fc635d81941..c657f8f2214 100644 --- a/source/_docs/scene.markdown +++ b/source/_docs/scene.markdown @@ -36,10 +36,6 @@ name: description: Friendly name of the scene. required: true type: string -description: - description: Description of the scene. - required: false - type: string entities: description: Entities to control and their desired state. required: true