Advertisement
bafplus2

afval-card-new

Dec 31st, 2021
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.37 KB | None | 0 0
  1. cards:
  2.   - cards:
  3.       - type: markdown
  4.         content: '**Welke Afvalcontainer wordt er geleegd**'
  5.     type: horizontal-stack
  6.   - type: horizontal-stack
  7.     cards:
  8.       - type: picture-entity
  9.         entity: sensor.afvalinfo_thuis_today
  10.         name: Vandaag
  11.         state_image:
  12.           gft: /local/images/gft-icon.png
  13.           restafval: /local/images/restafval-icon.png
  14.           papier: /local/images/papier-icon.png
  15.           pmd: /local/images/pmd-icon.png
  16.           none: /local/images/geen-container.png
  17.       - type: picture-entity
  18.         entity: sensor.afvalinfo_thuis_tomorrow
  19.         name: Morgen
  20.         state_image:
  21.           gft: /local/images/gft-icon.png
  22.           restafval: /local/images/restafval-icon.png
  23.           papier: /local/images/papier-icon.png
  24.           pmd: /local/images/pmd-icon.png
  25.           none: /local/images/geen-container.png
  26.   - cards:
  27.       - type: entities
  28.         entities:
  29.           - type: divider
  30.           - entity: sensor.afvalinfo_thuis_gft
  31.             name: Groene Container
  32.           - entity: sensor.afvalinfo_thuis_restafval
  33.             name: Grijze Container
  34.           - entity: sensor.afvalinfo_thuis_pbd
  35.             name: Plastic Zakken
  36.           - entity: sensor.afvalinfo_thuis_papier
  37.             name: Papier en Karton
  38.             state_color: false
  39.     type: horizontal-stack
  40. type: vertical-stack
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement