2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available automation services
|
2016-09-04 15:15:52 +00:00
|
|
|
turn_on:
|
|
|
|
description: Enable an automation.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the automation to turn on.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "automation.notify_home"
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
turn_off:
|
|
|
|
description: Disable an automation.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the automation to turn off.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "automation.notify_home"
|
2020-08-02 02:31:47 +00:00
|
|
|
stop_actions:
|
|
|
|
description: Stop currently running actions (defaults to true).
|
|
|
|
example: false
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
toggle:
|
|
|
|
description: Toggle an automation.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the automation to toggle on/off.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "automation.notify_home"
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
trigger:
|
|
|
|
description: Trigger the action of an automation.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the automation to trigger.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "automation.notify_home"
|
2020-01-08 09:36:11 +00:00
|
|
|
skip_condition:
|
2020-08-02 02:31:47 +00:00
|
|
|
description: Whether or not the condition will be skipped (defaults to true).
|
2020-04-05 08:33:45 +00:00
|
|
|
example: true
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
reload:
|
|
|
|
description: Reload the automation configuration.
|