added description for timeout option (#10019)

This commit is contained in:
Tobias Perschon 2019-07-31 19:59:36 +02:00 committed by Paulus Schoutsen
parent 57511081c4
commit 50c1fbb7dc

View File

@ -26,6 +26,7 @@ switch:
command_off: "PWR OFF"
command_state: "PWR?"
value_template: '{{ value == "PWR=01" }}'
timeout: 0.9
```
{% endraw %}
@ -69,4 +70,9 @@ switches:
description: The name used to display the switch in the frontend.
required: false
type: string
timeout:
description: How long to wait for a reply after a telnet command is sent.
required: false
default: 0.2
type: float
{% endconfiguration %}