2019-02-06 03:31:15 +00:00
|
|
|
capture_image:
|
|
|
|
description: Request a new image capture from a camera device.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the camera to request an image.
|
|
|
|
example: camera.downstairs_motion_camera
|
2019-02-06 03:31:15 +00:00
|
|
|
change_setting:
|
|
|
|
description: Change an Abode system setting.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
setting:
|
|
|
|
description: Setting to change.
|
|
|
|
example: beeper_mute
|
|
|
|
value:
|
|
|
|
description: Value of the setting.
|
|
|
|
example: "1"
|
2020-03-04 22:54:28 +00:00
|
|
|
trigger_automation:
|
|
|
|
description: Trigger an Abode automation.
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the automation to trigger.
|
|
|
|
example: switch.my_automation
|