Add service names to Netatmo services (#46909)

This commit is contained in:
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

View File

@ -1,6 +1,7 @@
# Describes the format for available Netatmo services # Describes the format for available Netatmo services
set_camera_light: 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: target:
entity: entity:
integration: netatmo integration: netatmo
@ -19,7 +20,8 @@ set_camera_light:
- "auto" - "auto"
set_schedule: 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: target:
entity: entity:
integration: netatmo integration: netatmo
@ -33,7 +35,8 @@ set_schedule:
text: text:
set_persons_home: 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: target:
entity: entity:
integration: netatmo integration: netatmo
@ -47,7 +50,8 @@ set_persons_home:
text: text:
set_person_away: 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: target:
entity: entity:
integration: netatmo integration: netatmo
@ -60,7 +64,9 @@ set_person_away:
text: text:
register_webhook: register_webhook:
description: Register webhook name: Register webhook
description: Register the webhook to the Netatmo backend.
unregister_webhook: unregister_webhook:
description: Unregister webhook name: Unregister webhook
description: Unregister the webhook from the Netatmo backend.