mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
fix documentation for keyboard_remote emulation delay (#28207)
This commit is contained in:
parent
4492225fb7
commit
9219d0788c
@ -35,12 +35,12 @@ emulate_key_hold:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
emulate_key_hold_delay:
|
emulate_key_hold_delay:
|
||||||
description: Number of milliseconds to wait before sending first emulated key hold event
|
description: Number of seconds to wait before sending first emulated key hold event
|
||||||
required: false
|
required: false
|
||||||
type: float
|
type: float
|
||||||
default: 0.250
|
default: 0.250
|
||||||
emulate_key_hold_repeat:
|
emulate_key_hold_repeat:
|
||||||
description: Number of milliseconds to wait before sending subsequent emulated key hold event
|
description: Number of seconds to wait before sending subsequent emulated key hold event
|
||||||
required: false
|
required: false
|
||||||
type: float
|
type: float
|
||||||
default: 0.033
|
default: 0.033
|
||||||
|
Loading…
x
Reference in New Issue
Block a user