mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Correct keyboard_remote.markdown Example (#18297)
The example shows integer values when they should be float values.
This commit is contained in:
parent
8b6c60ee27
commit
8d41ff52ca
@ -64,8 +64,8 @@ keyboard_remote:
|
|||||||
- device_descriptor: '/dev/input/by-id/bluetooth-keyboard'
|
- device_descriptor: '/dev/input/by-id/bluetooth-keyboard'
|
||||||
type: "key_down"
|
type: "key_down"
|
||||||
emulate_key_hold: true
|
emulate_key_hold: true
|
||||||
emulate_key_hold_delay: 250
|
emulate_key_hold_delay: 0.25
|
||||||
emulate_key_hold_repeat: 33
|
emulate_key_hold_repeat: 0.033
|
||||||
- device_descriptor: '/dev/input/event0'
|
- device_descriptor: '/dev/input/event0'
|
||||||
type:
|
type:
|
||||||
- 'key_up'
|
- 'key_up'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user