From 86c2e82c182f9b2859d5a1e98939213641708c84 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 17 Feb 2020 08:47:55 -0800 Subject: [PATCH] Add a scene icon --- source/_integrations/scene.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown index fcc4604ea1b9..043015406c24 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