Advertisement
johannwilken

Custom Button Card

Jul 31st, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | None | 0 0
  1. type: custom:button-card
  2. show_name: false
  3. aspect_ratio: 1/1
  4. show_state: true
  5. show_icon: false
  6. size: 33%
  7. state:
  8.   - value: 'on'
  9.     styles:
  10.       name:
  11.         - color: white
  12.       card:
  13.         - box-shadow: 0px 0px 10px 2px white
  14.         - border: .5px solid rgb(235, 235, 235, 30%)
  15. styles:
  16.   card:
  17.     - box-shadow: 0px 0px 10px 1px white
  18.     - border: .5px solid rgb(235, 235, 235, 30%)
  19.     - background: >-
  20.         url(/local/Time.jpg) round, radial-gradient(rgb(0,0,0, 10%), rgb(255,
  21.         255, 255, 60%))
  22.     - font-size: 70px
  23. tap_action:
  24.   action: more-info
  25. entity: sensor.time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement