From 7bbeb647363676aec46304eeab8e83dec9b141bd Mon Sep 17 00:00:00 2001 From: Peter Nijssen Date: Sat, 30 Oct 2021 16:56:45 +0200 Subject: [PATCH] Fix configuration block on the Scenes page (#20056) --- source/_docs/scene.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_docs/scene.markdown b/source/_docs/scene.markdown index 5ecd08c9f1c..058778c517b 100644 --- a/source/_docs/scene.markdown +++ b/source/_docs/scene.markdown @@ -32,7 +32,6 @@ scene: In the scene you define in your YAML files, please ensure you use all required parameters as listed below. -```yaml {% configuration %} name: description: Friendly name of the scene. @@ -47,7 +46,6 @@ entities: required: true type: list {% endconfiguration %} -``` As you can see, there are two ways to define the states of each `entity_id`: