You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Comment Line Fix
The commented line wasn't being displayed as a greyed out line, rather, it's red, and since the line truncates in the display, it looks like the word "later" is the first line in the script.
* Add `script` and other minor changes
Copy file name to clipboardExpand all lines: source/_components/script.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,9 @@ logo: home-assistant.png
11
11
ha_category: Automation
12
12
---
13
13
14
-
The script component allows users to specify a sequence of actions to be executed by Home Assistant when turned on. The script component will create an entity for each script and allow them to be controlled via services.
14
+
The `script` component allows users to specify a sequence of actions to be executed by Home Assistant when turned on. The script component will create an entity for each script and allow them to be controlled via services.
15
15
16
-
The sequence of actions is specified using the [Home Assistant Script Syntax].
0 commit comments