github Nerwyn/android-tv-card 3.9.0-beta.001
3.9.0-beta.001 - Better Keyboards

latest releases: 4.0.5, 4.0.5-alpha.009, 4.0.5-alpha.008...
pre-releaseone month ago

#55
WIP.

  • Keyboards are now actions instead of separate special buttons, and can be added to any action.
    • Will use the global platform (former keyboard_mode, keyboard_id, remote_id, and media_player_id fields by default.
    • Can be set to work with alternate devices by adding the above fields to their custom actions.
  • Added support for new ADB remote entity for keyboard mode
    • It's much faster than the media player.
    • You should switch to using the ADB remote entity for keyboard ID.
  • Rework buttons to use more generic HTML and updated ripple.
    • Styles currently broken.
    • Ripple has a touch stuck fix but needs work.
platform: ANDROID TV # formerly keyboard_mode, still defaults to ANDROID TV
keyboard_id: remote.google_tv_adb
custom_actions:
  kodi_keyboard:
    icon: mdi:kodi
    tap_action:
      action: keyboard # You can include these actions anywhere now
      platform: KODI # Keyboard mode will be set here now as platform
      keyboard_id: remote.kodi
rows:
  - - keyboard
    - kodi_keyboard

TODO

  • Better stuck ripple for buttons and touchpads.
  • Fix button styles.
  • Implement seamless keyboard mode for Kodi using textarea value.
  • Validate that Fire TV and Kodi are working / why isn't Kodi working?

Full Changelog: 3.8.2...3.9.0-beta.001

Don't miss a new android-tv-card release

NewReleases is sending notifications on new releases.