Skip to content

Commit 59116bc

Browse files
committed
Update variables description
1 parent 91478d8 commit 59116bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/_components/cover.command_line.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cover:
3939
Configuration variables:
4040
4141
- **covers** (*Required*): The array that contains all command line covers.
42-
- **entry** (*Required*): Name of the command line cover. Multiple entries are possible.
42+
- **identifier** (*Required*): Name of the command line cover as slug. Multiple entries are possible.
4343
- **command_open** (*Required*): The command to open the cover.
4444
- **command_close** (*Required*): The action to close the cover.
4545
- **command_stop** (*Required*): The action to stop the cover.

source/_components/switch.command_line.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ switch:
3434
Configuration variables:
3535
3636
- **switches** (*Required*): The array that contains all command switches.
37-
- **entry** (*Required*): Name of the command switch. Multiple entries are possible.
37+
- **identifier** (*Required*): Name of the command switch as slug. Multiple entries are possible.
3838
- **command_on** (*Required*): The action to take for on.
3939
- **command_off** (*Required*): The action to take for off.
4040
- **command_state** (*Optional*): If given, this command will be run. Returning a result code `0` will indicate that the switch is on.

0 commit comments

Comments
 (0)