mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +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 %}
|
||||
device:
|
||||
description: The serial baudrate.
|
||||
description: The serial device.
|
||||
required: true
|
||||
type: string
|
||||
default: /dev/ttyUSB0
|
||||
@ -50,6 +50,26 @@ sensor:
|
||||
required: true
|
||||
type: int
|
||||
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:
|
||||
description: A list of your sensors.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user