waste_collection_schedule: sources: - name: mycouncil_govt args: area_number: 1234567890 # see 'How to get the source argument' sensor: - platform: waste_collection_schedule #source_index: 0 name: My Council Waste details_format: upcoming count: 1 leadtime: 1 #value_template: VALUE_TEMPLATE #date_template: DATE_TEMPLATE add_days_to: true #event_index: EVENT_INDEX types: - rubbish - platform: waste_collection_schedule #source_index: 0 name: My Council Recycling details_format: upcoming count: 1 leadtime: 1 #value_template: VALUE_TEMPLATE #date_template: DATE_TEMPLATE add_days_to: true #event_index: EVENT_INDEX types: - recycle - platform: waste_collection_schedule #source_index: 0 name: My Council Food-Waste details_format: upcoming count: 1 leadtime: 1 #value_template: VALUE_TEMPLATE #date_template: DATE_TEMPLATE add_days_to: true #event_index: EVENT_INDEX types: - food-waste mqtt: sensor: - unique_id: my_council_red_waste_bin_out name: "Red Waste Bin Out" state_topic: "house-status/rubbishbinstatus/redbin-out" - unique_id: my_council_green_recycling_bin_out name: "Green Recycling Bin Out" state_topic: "house-status/rubbishbinstatus/greenbin-out" - unique_id: my_council_food_waste_bin_out name: "Food Waste Bin Out" state_topic: "house-status/rubbishbinstatus/foodbin-out"