mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add service names to Netatmo services (#46909)
This commit is contained in:
parent
c8ffac20b9
commit
692942b399
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user