From f0f752936ba776078dce39a189319e3e658c230f Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 23 Feb 2021 14:49:04 +0100 Subject: [PATCH] Update homeassistant services.yaml (#46952) Add names and missing target to turn off service --- homeassistant/components/homeassistant/services.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeassistant/components/homeassistant/services.yaml b/homeassistant/components/homeassistant/services.yaml index 6bd0a0852ed..38814d9f902 100644 --- a/homeassistant/components/homeassistant/services.yaml +++ b/homeassistant/components/homeassistant/services.yaml @@ -32,22 +32,29 @@ set_location: text: stop: + name: Stop description: Stop the Home Assistant service. toggle: + name: Generic toggle description: Generic service to toggle devices on/off under any domain target: entity: {} turn_on: + name: Generic turn on description: Generic service to turn devices on under any domain. target: entity: {} turn_off: + name: Generic turn off description: Generic service to turn devices off under any domain. + target: + entity: {} update_entity: + name: Update entity description: Force one or more entities to update its data target: entity: {}