Add a scene icon (#12111)

This commit is contained in:
Paulus Schoutsen 2020-02-17 10:50:01 -08:00 committed by GitHub
parent fb25dbfd28
commit 63730f2f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ You can create scenes that capture the states you want certain entities to be. F
# Example configuration.yaml entry # Example configuration.yaml entry
scene: scene:
- name: Romantic - name: Romantic
icon: "mdi:flower-tulip"
entities: entities:
light.tv_back_light: on light.tv_back_light: on
light.ceiling: light.ceiling:
@ -39,6 +40,10 @@ name:
description: Friendly name of scene. description: Friendly name of scene.
required: true required: true
type: string type: string
icon:
description: Icon for the scene.
required: false
type: string
entities: entities:
description: Entities to control and their desired state. description: Entities to control and their desired state.
required: true required: true