mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Add selectors to Netatmo services (#46574)
* Add selectors * Fix schedul selector * Update homeassistant/components/netatmo/services.yaml Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Update homeassistant/components/netatmo/services.yaml Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Update services.yaml * Added required field Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
12477c5e46
commit
bfa171f802
@ -1,43 +1,63 @@
|
|||||||
# 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.
|
description: Set the camera light mode
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: netatmo
|
||||||
|
domain: light
|
||||||
fields:
|
fields:
|
||||||
camera_light_mode:
|
camera_light_mode:
|
||||||
|
name: Camera light mode
|
||||||
description: Outdoor camera light mode (on/off/auto)
|
description: Outdoor camera light mode (on/off/auto)
|
||||||
example: auto
|
example: auto
|
||||||
entity_id:
|
required: true
|
||||||
description: Entity id of the camera.
|
selector:
|
||||||
example: camera.netatmo_entrance
|
select:
|
||||||
|
options:
|
||||||
|
- "on"
|
||||||
|
- "off"
|
||||||
|
- "auto"
|
||||||
|
|
||||||
set_schedule:
|
set_schedule:
|
||||||
description: Set the heating schedule.
|
description: Set the heating schedule
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: netatmo
|
||||||
|
domain: climate
|
||||||
fields:
|
fields:
|
||||||
schedule_name:
|
schedule_name:
|
||||||
description: Schedule name
|
description: Schedule name
|
||||||
example: Standard
|
example: Standard
|
||||||
entity_id:
|
required: true
|
||||||
description: Entity id of the climate device.
|
selector:
|
||||||
example: climate.netatmo_livingroom
|
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.
|
description: Set a list of persons as at home. Person's name must match a name known by the Welcome Camera
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: netatmo
|
||||||
|
domain: camera
|
||||||
fields:
|
fields:
|
||||||
persons:
|
persons:
|
||||||
description: List of names
|
description: List of names
|
||||||
example: Bob
|
example: Bob
|
||||||
entity_id:
|
required: true
|
||||||
description: Entity id of the camera.
|
selector:
|
||||||
example: camera.netatmo_entrance
|
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.
|
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
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: netatmo
|
||||||
|
domain: camera
|
||||||
fields:
|
fields:
|
||||||
person:
|
person:
|
||||||
description: Person's name (optional)
|
description: Person's name (optional)
|
||||||
example: Bob
|
example: Bob
|
||||||
entity_id:
|
selector:
|
||||||
description: Entity id of the camera.
|
text:
|
||||||
example: camera.netatmo_entrance
|
|
||||||
|
|
||||||
register_webhook:
|
register_webhook:
|
||||||
description: Register webhook
|
description: Register webhook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user