mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Command line command is template for binary sensor and sensor (#32049)
This commit is contained in:
parent
7c923f48f8
commit
9dfd58f4d3
@ -43,7 +43,7 @@ command_line:
|
|||||||
command:
|
command:
|
||||||
description: The action to take to get the value.
|
description: The action to take to get the value.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: template
|
||||||
command_timeout:
|
command_timeout:
|
||||||
description: Defines number of seconds for command timeout.
|
description: Defines number of seconds for command timeout.
|
||||||
required: false
|
required: false
|
||||||
@ -168,7 +168,7 @@ command_line:
|
|||||||
command:
|
command:
|
||||||
description: The action to take to get the value.
|
description: The action to take to get the value.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: template
|
||||||
command_timeout:
|
command_timeout:
|
||||||
description: Defines number of seconds for command timeout
|
description: Defines number of seconds for command timeout
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user