Update homeassistant services.yaml (#46952)

Add names and missing target to turn off service
This commit is contained in:
Bram Kragten 2021-02-23 14:49:04 +01:00 committed by GitHub
parent afa91e886b
commit f0f752936b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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