Advertisement
JLindvig

Victors Affals

Oct 18th, 2020
2,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. garbage_collection:
  2.   sensors:
  3.     - name: Victors Rest/Mad
  4.       frequency: odd-weeks
  5.       collection_days:
  6.        - thu
  7.  
  8.     - name: Victors Plast/Papir
  9.       frequency: every-n-weeks
  10.       period: 3
  11.       first_week: 3
  12.       collection_days:
  13.        - tue
  14.  
  15.     - name: Victors Haveaffald
  16.       frequency: even-weeks
  17.       collection_days:
  18.        - mon
  19.       first_month: mar
  20.       last_month: nov
  21.        
  22.     - name: Victors Pap
  23.       frequency: every-n-weeks
  24.       period: 6
  25.       first_week: 2
  26.       collection_days:
  27.        - wed
  28.  
  29.     - name: Victors Glas og metal
  30.       frequency: every-n-weeks
  31.       period: 8
  32.       first_week: 7
  33.       collection_days:
  34.        - thu
  35.  
  36.     - name: Victors Storskrald
  37.       frequency: annual
  38.       date: "03/09"
  39.       include_dates:
  40.        - "2020-05-18"
  41.         - "2020-08-17"
  42.         - "2020-10-26"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement