mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Configuration ezfix (#6578)
* Configuration ezfix #6385 related * update int to integer Documentation states "int" as possible type - a bit confusing
This commit is contained in:
parent
a69a3e51fe
commit
e673169e3e
@ -27,10 +27,21 @@ switch:
|
|||||||
filename: /dev/ttyUSB0
|
filename: /dev/ttyUSB0
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
filename:
|
||||||
- **filename** (*Required*): The pipe where the projector is connected to.
|
description: The pipe where the projector is connected to.
|
||||||
- **name** (*Optional*): The name to use when displaying this switch.
|
required: true
|
||||||
- **timeout** (*Optional*): Timeout for the connection in seconds.
|
type: string
|
||||||
- **write_timeout** (*Optional*): Write timeout in seconds.
|
name:
|
||||||
|
description: The name to use when displaying this switch.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
timeout:
|
||||||
|
description: Timeout for the connection in seconds.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
write_timeout:
|
||||||
|
description: Write timeout in seconds.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user