Fix scene service examples (#92501)

This commit is contained in:
karwosts 2023-05-04 08:35:52 -07:00 committed by GitHub
parent d66fabb5b5
commit 8237d6b9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: