mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix scene service examples (#92501)
This commit is contained in:
parent
d66fabb5b5
commit
8237d6b9f0
@ -29,7 +29,7 @@ apply:
|
|||||||
name: Entities state
|
name: Entities state
|
||||||
description: The entities and the state that they need to be.
|
description: The entities and the state that they need to be.
|
||||||
required: true
|
required: true
|
||||||
example:
|
example: |
|
||||||
light.kitchen: "on"
|
light.kitchen: "on"
|
||||||
light.ceiling:
|
light.ceiling:
|
||||||
state: "on"
|
state: "on"
|
||||||
@ -60,7 +60,7 @@ create:
|
|||||||
entities:
|
entities:
|
||||||
name: Entities state
|
name: Entities state
|
||||||
description: The entities to control with the scene.
|
description: The entities to control with the scene.
|
||||||
example:
|
example: |
|
||||||
light.tv_back_light: "on"
|
light.tv_back_light: "on"
|
||||||
light.ceiling:
|
light.ceiling:
|
||||||
state: "on"
|
state: "on"
|
||||||
@ -70,7 +70,7 @@ create:
|
|||||||
snapshot_entities:
|
snapshot_entities:
|
||||||
name: Snapshot entities
|
name: Snapshot entities
|
||||||
description: The entities of which a snapshot is to be taken
|
description: The entities of which a snapshot is to be taken
|
||||||
example:
|
example: |
|
||||||
- light.ceiling
|
- light.ceiling
|
||||||
- light.kitchen
|
- light.kitchen
|
||||||
selector:
|
selector:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user