Skip to content

Commit b6258f5

Browse files
DubhAdfrenck
authored andcommitted
Added note about display in Overview (home-assistant#4597)
It's come up quite a few times, with people asking why some scripts have a toggle, and some don't. This is to add a little clarity about it (I'm **assuming** that `wait` also results in a toggle - it'd be good to get that verified).
1 parent f9802d1 commit b6258f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_components/script.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,9 @@ script:
112112
title: "{% raw %}{{ title }}{% endraw %}"
113113
message: "{% raw %}{{ message }}{% endraw %}"
114114
```
115+
116+
### {% linkable_title In the Overview %}
117+
118+
Scripts in the Overview panel will be displayed with an **ACTIVATE** button if the device has no `delay:` or `wait:` statement, and as a toggle switch if it has either of those.
119+
120+
This is to enable you to stop a running script.

0 commit comments

Comments
 (0)