Add service names to Netatmo services (#46909)

pull/46916/merge
Tobias Sauerwein 2021-02-22 18:50:01 +01:00 committed by GitHub
parent c8ffac20b9
commit 692942b399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 6 deletions

View File

@ -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.