Roku Keyboard Support
Adds Roku keyboard support for all three modes.
keyboard_mode
must be set toROKU
.- Seamless and bulk text are sent using the Roku remote entity, while global search uses the media player entity. Either the Roku remote or media player entity IDs can be provided as the remote ID, but in order to use both text input and global search the other ID must be included using the
remote_id
ormedia_player_id
fields.
type: custom:android-tv-card
keyboard_mode: ROKU
keyboard_id: remote.roku
media_player_id: media_player.roku
rows:
- - keyboard
- textbox
- search
Other Changes
- Only render keyboard mode and ID on render rather than every time an event is fired.
NOTE: I do not have a Roku so this is completely untested. Please provide feedback in issue #81.
Full Changelog: 3.6.1...3.7.0-beta.004