From 692942b39999c9cf071ecb4447f1609c270884b4 Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Mon, 22 Feb 2021 18:50:01 +0100 Subject: [PATCH] Add service names to Netatmo services (#46909) --- homeassistant/components/netatmo/services.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/netatmo/services.yaml b/homeassistant/components/netatmo/services.yaml index 11f83830dff..7005d26c326 100644 --- a/homeassistant/components/netatmo/services.yaml +++ b/homeassistant/components/netatmo/services.yaml @@ -1,6 +1,7 @@ # Describes the format for available Netatmo services set_camera_light: - description: Set the camera light mode + name: Set camera light mode + description: Sets the light mode for a Netatmo Outdoor camera light. target: entity: integration: netatmo @@ -19,7 +20,8 @@ set_camera_light: - "auto" set_schedule: - description: Set the heating schedule + name: Set heating schedule + description: Set the heating schedule for Netatmo climate device. The schedule name must match a schedule configured at Netatmo. target: entity: integration: netatmo @@ -33,7 +35,8 @@ set_schedule: text: set_persons_home: - description: Set a list of persons as at home. Person's name must match a name known by the Welcome Camera + name: Set persons at home + description: Set a list of persons as at home. Person's name must match a name known by the Netatmo Indoor (Welcome) Camera. target: entity: integration: netatmo @@ -47,7 +50,8 @@ set_persons_home: text: set_person_away: - description: Set a person away. If no person is set the home will be marked as empty. Person's name must match a name known by the Welcome Camera + name: Set person away + description: Set a person as away. If no person is set the home will be marked as empty. Person's name must match a name known by the Netatmo Indoor (Welcome) Camera. target: entity: integration: netatmo @@ -60,7 +64,9 @@ set_person_away: text: register_webhook: - description: Register webhook + name: Register webhook + description: Register the webhook to the Netatmo backend. unregister_webhook: - description: Unregister webhook + name: Unregister webhook + description: Unregister the webhook from the Netatmo backend.