-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow reloading automation without restarting HA (#3002)
- Loading branch information
Showing
7 changed files
with
363 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
turn_on: | ||
description: Enable an automation. | ||
|
||
fields: | ||
entity_id: | ||
description: Name of the automation to turn on. | ||
example: 'automation.notify_home' | ||
|
||
turn_off: | ||
description: Disable an automation. | ||
|
||
fields: | ||
entity_id: | ||
description: Name of the automation to turn off. | ||
example: 'automation.notify_home' | ||
|
||
toggle: | ||
description: Toggle an automation. | ||
|
||
fields: | ||
entity_id: | ||
description: Name of the automation to toggle on/off. | ||
example: 'automation.notify_home' | ||
|
||
trigger: | ||
description: Trigger the action of an automation. | ||
|
||
fields: | ||
entity_id: | ||
description: Name of the automation to trigger. | ||
example: 'automation.notify_home' | ||
|
||
reload: | ||
description: Reload the automation configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.