diff --git a/source/_integrations/automation.markdown b/source/_integrations/automation.markdown index dfd6a7de19c..1b43f7cf5d5 100644 --- a/source/_integrations/automation.markdown +++ b/source/_integrations/automation.markdown @@ -98,7 +98,7 @@ This service disables the automation's triggers, and optionally stops any curren Service data attribute | Optional | Description -|-|- `entity_id` | no | Entity ID of automation to turn on. Can be a list. `none` or `all` are also accepted. -`stop_actions` | yes | Stop any currently active actions (defaults to true.) +`stop_actions` | yes | Stop any currently active actions (defaults to true). ### `automation.toggle` @@ -111,3 +111,12 @@ Service data attribute | Optional | Description ### `automation.reload` This service reloads all automations, stopping any currently active actions in all of them. + +### `automation.trigger` + +This service will trigger the action of an automation. By default it bypasses any conditions, though that can be changed via the `skip_condition` attribute. + +Service data attribute | Optional | Description +-|-|- +`entity_id` | no | Entity ID of automation to trigger. Can be a list. `none` or `all` are also accepted. +`skip_condition` | yes | Whether or not the condition will be skipped (defaults to true).