Correct keyboard_remote.markdown Example (#18297)

The example shows integer values when they should be float values.
This commit is contained in:
terminusxx 2021-06-24 22:29:50 -10:00 committed by GitHub
parent 8b6c60ee27
commit 8d41ff52ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ keyboard_remote:
- device_descriptor: '/dev/input/by-id/bluetooth-keyboard'
type: "key_down"
emulate_key_hold: true
emulate_key_hold_delay: 250
emulate_key_hold_repeat: 33
emulate_key_hold_delay: 0.25
emulate_key_hold_repeat: 0.033
- device_descriptor: '/dev/input/event0'
type:
- 'key_up'