mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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
|
||||
default: false
|
||||
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
|
||||
type: float
|
||||
default: 0.250
|
||||
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
|
||||
type: float
|
||||
default: 0.033
|
||||
|
Loading…
x
Reference in New Issue
Block a user