mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **filename** (*Required*): The pipe where the projector is connected to.
|
||||
- **name** (*Optional*): The name to use when displaying this switch.
|
||||
- **timeout** (*Optional*): Timeout for the connection in seconds.
|
||||
- **write_timeout** (*Optional*): Write timeout in seconds.
|
||||
|
||||
{% configuration %}
|
||||
filename:
|
||||
description: The pipe where the projector is connected to.
|
||||
required: true
|
||||
type: string
|
||||
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