Guest User

Untitled

a guest
Nov 8th, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. type: picture-elements
  2. image: /local/person_blank.jpg
  3. elements:
  4.   - type: image
  5.     entity: person.mick
  6.     image: /local/mike_pic.jpg
  7.     state_filter:
  8.       not_home: brightness(70%) grayscale(100%)
  9.       home: brightness(100%)
  10.     style:
  11.       left: 50%
  12.       top: 50%
  13.       width: 103%
  14.   - type: state-icon
  15.     entity: sensor.realmemm_battery_level
  16.     style:
  17.       left: 92%
  18.       top: 7%
  19.       '--paper-item-icon-color': white
  20.       '--mdc-icon-size': 14.5px
  21.   - type: state-label
  22.     entity: sensor.realmemm_battery_level
  23.     style:
  24.       color: white
  25.       left: 42%
  26.       top: 8.2%
  27.       width: 100%
  28.       font-size: 80%
  29.       text-align: right
  30.   - type: state-label
  31.     entity: person.mick
  32.     style:
  33.       color: white
  34.       left: 50%
  35.       top: 91.5%
  36.       width: 100%
  37.       font-size: 115%
  38.       text-align: center
  39.   - type: state-icon
  40.     entity: sensor.mike_at_home
  41.     style:
  42.       left: 8%
  43.       top: 7%
  44.       '--paper-item-icon-color': yellow
  45.       '--mdc-icon-size': 14.5px
  46.  
Add Comment
Please, Sign In to add comment