mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update homeassistant services.yaml (#46952)
Add names and missing target to turn off service
This commit is contained in:
parent
afa91e886b
commit
f0f752936b
@ -32,22 +32,29 @@ set_location:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
|
name: Stop
|
||||||
description: Stop the Home Assistant service.
|
description: Stop the Home Assistant service.
|
||||||
|
|
||||||
toggle:
|
toggle:
|
||||||
|
name: Generic toggle
|
||||||
description: Generic service to toggle devices on/off under any domain
|
description: Generic service to toggle devices on/off under any domain
|
||||||
target:
|
target:
|
||||||
entity: {}
|
entity: {}
|
||||||
|
|
||||||
turn_on:
|
turn_on:
|
||||||
|
name: Generic turn on
|
||||||
description: Generic service to turn devices on under any domain.
|
description: Generic service to turn devices on under any domain.
|
||||||
target:
|
target:
|
||||||
entity: {}
|
entity: {}
|
||||||
|
|
||||||
turn_off:
|
turn_off:
|
||||||
|
name: Generic turn off
|
||||||
description: Generic service to turn devices off under any domain.
|
description: Generic service to turn devices off under any domain.
|
||||||
|
target:
|
||||||
|
entity: {}
|
||||||
|
|
||||||
update_entity:
|
update_entity:
|
||||||
|
name: Update entity
|
||||||
description: Force one or more entities to update its data
|
description: Force one or more entities to update its data
|
||||||
target:
|
target:
|
||||||
entity: {}
|
entity: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user