mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
fixing typo in keyboard_remote (#19682)
This commit is contained in:
parent
9d9c398b37
commit
8c32be01f1
@ -102,7 +102,7 @@ automation:
|
||||
|
||||
`device_descriptor` or `device_name` may be specified in the trigger so the automation will be fired only for that keyboard. This is especially useful if you wish to use several Bluetooth remotes to control different devices. Omit them to ensure the same key triggers the automation for all keyboards/remotes.
|
||||
|
||||
`key_code` should be set to the code generated by the key press, otherwise the trigger will file on every key press.
|
||||
`key_code` should be set to the code generated by the key press, otherwise the trigger will fire on every key press.
|
||||
`type` can optionally be set to one of `key_down`, `key_up`, or `key_hold` to limit the trigger to that specific event type.
|
||||
|
||||
## Disconnections
|
||||
|
Loading…
x
Reference in New Issue
Block a user