Skip to content

Commit aaf4f7b

Browse files
MrMepfabaff
authored andcommitted
Update keyboard_remote.markdown (home-assistant#1677)
The option name is "type", not "key_value", see source.
1 parent f7a97eb commit aaf4f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/keyboard_remote.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The `evdev` package is used to interface with the keyboard and thus this is Linu
2424
# Example configuration.yaml entry
2525
keyboard_remote:
2626
device_descriptor: '/dev/input/by-id/foo'
27-
key_value: 'key_up'
27+
type: 'key_up'
2828
```
2929
3030
Configuration variables:
3131
3232
- **device_descriptor** (*Required*): List of URLS for your feeds.
33-
- **key_value** (*Required*): Possible values are `key_up`, `key_down`, and `key_hold`. Be careful, `key_hold` will fire a lot of events.
33+
- **type** (*Required*): Possible values are `key_up`, `key_down`, and `key_hold`. Be careful, `key_hold` will fire a lot of events.
3434

3535
And an automation rule to breathe life into it:
3636

0 commit comments

Comments
 (0)