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