From 63730f2f1df1a7c586dd67e92b54febb73c7ac75 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 17 Feb 2020 10:50:01 -0800 Subject: [PATCH] Add a scene icon (#12111) --- source/_integrations/scene.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown index fcc4604ea1b..043015406c2 100644 --- a/source/_integrations/scene.markdown +++ b/source/_integrations/scene.markdown @@ -16,6 +16,7 @@ You can create scenes that capture the states you want certain entities to be. F # Example configuration.yaml entry scene: - name: Romantic + icon: "mdi:flower-tulip" entities: light.tv_back_light: on light.ceiling: @@ -39,6 +40,10 @@ name: description: Friendly name of scene. required: true type: string +icon: + description: Icon for the scene. + required: false + type: string entities: description: Entities to control and their desired state. required: true