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