diff --git a/include/garbage/garbage.yaml b/include/garbage/garbage.yaml new file mode 100644 index 0000000..9e23f6f --- /dev/null +++ b/include/garbage/garbage.yaml @@ -0,0 +1,21 @@ +sensors: + - name: Waste # Each week on Monday and Wednesday. No collection on Christmas, added extra collection on the 27th + frequency: "even-weeks" + collection_days: + - mon +# exclude_dates: +# include_dates: + icon_normal: mdi:trash-can + - name: selective_waste + frequency: "every-n-weeks" + period: 52 + collection_days: "fri" + icon_normal: mdi:recycle +# include_dates: + - name: cleaning + frequency: "odd-weeks" + collection_days: + - tue + icon_normal: mdi:spray-bottle + +