mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Added note about display in Overview (#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).
This commit is contained in:
parent
f9802d1c0d
commit
b6258f5326
@ -112,3 +112,9 @@ script:
|
||||
title: "{% raw %}{{ title }}{% endraw %}"
|
||||
message: "{% raw %}{{ message }}{% endraw %}"
|
||||
```
|
||||
|
||||
### {% linkable_title In the Overview %}
|
||||
|
||||
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.
|
||||
|
||||
This is to enable you to stop a running script.
|
||||
|
Loading…
x
Reference in New Issue
Block a user