github Nerwyn/android-tv-card 3.2.0-alpha.025

latest releases: 4.0.5, 4.0.5-alpha.009, 4.0.5-alpha.008...
pre-release9 months ago

WIP actions support

  • Remappable double tap and hold buttons
  • Confirmations on all custom actions
  • Soft deprecating some touchpad fields in favor of adding hold_action and double_tap_action to a center custom key.
custom_keys:
  light_color:
    icon: mdi:lightbulb{{ "-outline" if is_state("light.sunroom_ceiling", "off") }}
    style:
      color: rgb({{ state_attr("light.sunroom_ceiling", "rgb_color") }}
    tap_action:
      action: call-service
      service: light.turn_on
      data:
        entity_id: light.sunroom_ceiling
        color_name: red
    hold_action:
      action: call-service
      service: light.turn_on
      data:
        entity_id: light.sunroom_ceiling
        color_name: blue
    double_tap_action:
      action: call-service
      service: light.turn_on
      data:
        entity_id: light.sunroom_ceiling
        color_name: green

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

NewReleases is sending notifications on new releases.