2020-01-11 11:20:00 +00:00
|
|
|
# Describes the format for available Netatmo services
|
2020-08-28 21:09:07 +00:00
|
|
|
set_camera_light:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Set camera light mode
|
|
|
|
description: Sets the light mode for a Netatmo Outdoor camera light.
|
2021-02-18 14:01:54 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: netatmo
|
|
|
|
domain: light
|
2020-08-28 21:09:07 +00:00
|
|
|
fields:
|
|
|
|
camera_light_mode:
|
2021-02-18 14:01:54 +00:00
|
|
|
name: Camera light mode
|
2021-05-25 12:45:17 +00:00
|
|
|
description: Outdoor camera light mode.
|
2021-02-18 14:01:54 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- "on"
|
|
|
|
- "off"
|
|
|
|
- "auto"
|
2020-08-28 21:09:07 +00:00
|
|
|
|
2019-12-06 16:45:27 +00:00
|
|
|
set_schedule:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Set heating schedule
|
2021-02-23 13:10:13 +00:00
|
|
|
description:
|
|
|
|
Set the heating schedule for Netatmo climate device. The schedule name must
|
|
|
|
match a schedule configured at Netatmo.
|
2021-02-18 14:01:54 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: netatmo
|
|
|
|
domain: climate
|
2020-01-11 11:20:00 +00:00
|
|
|
fields:
|
|
|
|
schedule_name:
|
2020-08-04 18:46:46 +00:00
|
|
|
description: Schedule name
|
2020-01-11 11:20:00 +00:00
|
|
|
example: Standard
|
2021-02-18 14:01:54 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
text:
|
2020-08-04 18:46:46 +00:00
|
|
|
|
|
|
|
set_persons_home:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Set persons at home
|
2021-02-23 13:10:13 +00:00
|
|
|
description:
|
|
|
|
Set a list of persons as at home. Person's name must match a name known by
|
|
|
|
the Netatmo Indoor (Welcome) Camera.
|
2021-02-18 14:01:54 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: netatmo
|
|
|
|
domain: camera
|
2020-08-04 18:46:46 +00:00
|
|
|
fields:
|
|
|
|
persons:
|
|
|
|
description: List of names
|
2021-05-11 22:22:07 +00:00
|
|
|
example: "[Alice, Bob]"
|
2021-02-18 14:01:54 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
2021-05-11 22:22:07 +00:00
|
|
|
object:
|
2020-08-04 18:46:46 +00:00
|
|
|
|
|
|
|
set_person_away:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Set person away
|
2021-02-23 13:10:13 +00:00
|
|
|
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.
|
2021-02-18 14:01:54 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: netatmo
|
|
|
|
domain: camera
|
2020-08-04 18:46:46 +00:00
|
|
|
fields:
|
|
|
|
person:
|
2021-05-25 12:45:17 +00:00
|
|
|
description: Person's name.
|
2020-08-04 18:46:46 +00:00
|
|
|
example: Bob
|
2021-02-18 14:01:54 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-08-04 18:46:46 +00:00
|
|
|
|
|
|
|
register_webhook:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Register webhook
|
|
|
|
description: Register the webhook to the Netatmo backend.
|
2020-08-04 18:46:46 +00:00
|
|
|
|
|
|
|
unregister_webhook:
|
2021-02-22 17:50:01 +00:00
|
|
|
name: Unregister webhook
|
|
|
|
description: Unregister the webhook from the Netatmo backend.
|