mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add a scene icon (#12111)
This commit is contained in:
parent
fb25dbfd28
commit
63730f2f1d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user