Advertisement
JLindvig

Folk som er hjemme

Feb 9th, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. ## CUSTOMIZE ##
  2. customize:
  3.   person.jacob:
  4.     entity_picture: https://graph.facebook.com/1222707029/picture?type=large
  5.   person.rikke:
  6.     entity_picture: https://graph.facebook.com/1194766185/picture?type=large
  7.   person.cornelie:
  8.     entity_picture: /local/images/user_female.png
  9.   person.nathalie:
  10.     entity_picture: https://graph.facebook.com/100010724498055/picture?type=large
  11.   person.hjalte:
  12.     entity_picture: /local/images/user_boy.png
  13.  
  14. ## LOVELACE KORT ##
  15. type: entity-filter
  16. entities:
  17.  - person.jacob
  18.   - person.rikke
  19.   - person.cornelie
  20.   - person.nathalie
  21.   - person.hjalte
  22. show_empty: false
  23. state_filter:
  24.  - home
  25. card:
  26.   title: Folk som er hjemme
  27.   type: glance
  28.   show_state: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement