Advertisement
JLindvig

Birthday card

Mar 19th, 2021
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.92 KB | None | 0 0
  1. type: picture-elements
  2. elements:
  3.   - type: state-label
  4.     entity: sensor.next_birthday
  5.     attribute: friendly_name
  6.     style:
  7.       top: 15%
  8.       left: 50%
  9.       font-size: 1.8vw
  10.       color: white
  11.       text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
  12.       font-weight: bold
  13.  
  14.   - type: state-label
  15.     entity: sensor.next_birthday
  16.     attribute: years_at_next_anniversary
  17.     suffix: " år"
  18.     style:
  19.       top: 45%
  20.       left: 50%
  21.       font-size: 5vh
  22.       color: white
  23.       text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
  24.       font-weight: bold
  25.  
  26.   - type: state-label
  27.     entity: sensor.next_birthday
  28.     attribute: next_birthday
  29.     style:
  30.       top: 70%
  31.       left: 50%
  32.       font-size: 5vh
  33.       color: white
  34.       text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
  35.       font-weight: bold
  36. image: "/local/images/backgrounds/birthday_5x2.jpg"
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement