mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add missing timeout to command_line platforms: cover, notify, switch (#14141)
This commit is contained in:
parent
bee6b53417
commit
14ac31cffc
@ -62,6 +62,11 @@ covers:
|
|||||||
description: The name used to display the cover in the frontend.
|
description: The name used to display the cover in the frontend.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
command_timeout:
|
||||||
|
description: Defines number of seconds for command timeout.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 15
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -29,6 +29,11 @@ command:
|
|||||||
description: The action to take.
|
description: The action to take.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
command_timeout:
|
||||||
|
description: Defines number of seconds for command timeout.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 15
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
@ -56,6 +56,11 @@ switches:
|
|||||||
description: The name used to display the switch in the frontend.
|
description: The name used to display the switch in the frontend.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
command_timeout:
|
||||||
|
description: Defines number of seconds for command timeout.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 15
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
A note on `friendly_name`:
|
A note on `friendly_name`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user