mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Lacrosse (#4430)
* fix typo
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* add new configuration parameter documentation
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* fix syntax errors
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* ✏️ Minor spelling changes
This commit is contained in:
parent
6fbbb019ba
commit
12346dba05
@ -41,7 +41,7 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
device:
|
device:
|
||||||
description: The serial baudrate.
|
description: The serial device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
default: /dev/ttyUSB0
|
default: /dev/ttyUSB0
|
||||||
@ -50,6 +50,26 @@ sensor:
|
|||||||
required: true
|
required: true
|
||||||
type: int
|
type: int
|
||||||
default: 57600
|
default: 57600
|
||||||
|
led:
|
||||||
|
description: Activate or deactivate the Jeelink LED.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
frequency:
|
||||||
|
description: Initial frequency in 5kHz steps.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
datarate:
|
||||||
|
description: "Set the data rate in kbps. Special values for well-known settings are: `0`: 17.241 kbps, `1`: 9.579 kbps, `2`: 8.842 kbps."
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
toggle_mask:
|
||||||
|
description: "The following values can be combined bitwise: `1` = 17.241 kbps, `2` = 9.579 kbps, `4` = 8.842 kbps"
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
toggle_interval:
|
||||||
|
description: Enable the toggle mode and set the interval in seconds.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
sensors:
|
sensors:
|
||||||
description: A list of your sensors.
|
description: A list of your sensors.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user