From 8372b3514ba505e6ecd962429aabba2bb8a0b6df Mon Sep 17 00:00:00 2001 From: Adam <22942687+SilvrrGIT@users.noreply.github.com> Date: Thu, 1 Nov 2018 03:14:52 -0500 Subject: [PATCH] Update to reflect actual implementation (#7301) Activate was changed to Execute awhile back: https://github.com/home-assistant/home-assistant-polymer/pull/1119/commits/f0f0dc3bb244ecfe559798cef4e95f4db5ac30a3 --- source/_components/script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/script.markdown b/source/_components/script.markdown index fe6dc4dda5f..83dbb31c4f0 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -116,6 +116,6 @@ script: ### {% 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. +Scripts in the Overview panel will be displayed with an **EXECUTE** 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.