ui icon indicating copy to clipboard operation
ui copied to clipboard

Television control cards

Open acesyde opened this issue 1 year ago • 0 comments

NOTE: Depends on https://github.com/lovelace-rounded/ui/issues/7

Preview

Image

Description

Reuse generic button card

  • Check if the TV can use each actions (if the entity doesn't support an action, you can greyed it)

Todo

  • translations
  • editor
  • card
  • documentation

Button card code

type: custom:button-card
icon: mdi:home-variant
aspect_ratio: 1/1
entity: media_player.sony_bravia_tv
show_name: false
tap_action:
  action: call-service
  haptic: medium
  service: remote.send_command
  service_data:
    entity_id: remote.sony_bravia_tv
    command: Home
styles:
  card:
    - border-radius: 24px
    - background-color: var(--contrast2)
  icon:
    - width: 32px
    - color: var(--contrast8)
state:
  - value: 'on'
    styles:
      icon:
        - color: var(--contrast20)

acesyde avatar Mar 16 '23 08:03 acesyde