lovelace-rounded / ui

🟣 Lovalce Rounded UI components
https://lovelace-rounded.github.io
Apache License 2.0
51 stars 4 forks source link

More info card #2

Closed acesyde closed 1 year ago

acesyde commented 1 year ago

Implement more info card

Image

type: custom:button-card
name: Meer info
entity: vacuum.roborock_s5_max
show_icon: false
styles:
  card:
    - background: none
    - border-radius: 24px
    - color: var(--contrast20)
    - margin-top: 8px
    - padding: 18px 0px
    - font-size: 16px
    - border: 2px solid var(--contrast5)
tap_action:
  action: more-info
  haptic: medium
acesyde commented 1 year ago

Image

Image