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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user