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:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Turn on
|
|
|
|
description: Enable an automation.
|
2021-02-18 11:25:25 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: automation
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
turn_off:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Turn off
|
|
|
|
description: Disable an automation.
|
2021-02-18 11:25:25 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: automation
|
2016-09-04 15:15:52 +00:00
|
|
|
fields:
|
2020-08-02 02:31:47 +00:00
|
|
|
stop_actions:
|
2021-02-18 11:25:25 +00:00
|
|
|
name: Stop actions
|
|
|
|
description: Stop currently running actions.
|
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
toggle:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Toggle
|
|
|
|
description: Toggle (enable / disable) an automation.
|
2021-02-18 11:25:25 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: automation
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
trigger:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Trigger
|
|
|
|
description: Trigger the actions of an automation.
|
2021-02-18 11:25:25 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: automation
|
2016-09-04 15:15:52 +00:00
|
|
|
fields:
|
2020-01-08 09:36:11 +00:00
|
|
|
skip_condition:
|
2021-02-18 11:25:25 +00:00
|
|
|
name: Skip conditions
|
2021-02-22 20:36:38 +00:00
|
|
|
description: Whether or not the conditions will be skipped.
|
2021-02-18 11:25:25 +00:00
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
2016-09-04 15:15:52 +00:00
|
|
|
|
|
|
|
reload:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Reload
|
|
|
|
description: Reload the automation configuration.
|