ok got it working!!!
source index needed to be the same
waste_collection_schedule:
sources:
- name: bromley_gov_uk
args:
property: 123456
#Paper Waste Sensors
- platform: waste_collection_schedule
source_index: 0
name: Paper & Cardboard # Change this to whatever you want the UI to display
details_format: generic
date_template: '{{value.date.strftime("%A %d %B %Y")}}' # date format becomes 'Tuesday 1 April 2022'
value_template: 'in {{value.daysTo}} days'
types:
- Paper & Cardboard
#Garden Waste Sensors
- platform: waste_collection_schedule
source_index: 0
name: Garden Waste # Change this to whatever you want the UI to display
details_format: generic
date_template: '{{value.date.strftime("%A %d %B %Y")}}' # date format becomes 'Tuesday 1 April 2022'
value_template: 'in {{value.daysTo}} days'
types:
- Garden Waste
#mixed Waste Sensors
- platform: waste_collection_schedule
source_index: 0
name: Mixed Recycling (Cans, Plastics & Glass) # Change this to whatever you want the UI to display
details_format: generic
date_template: '{{value.date.strftime("%A %d %B %Y")}}' # date format becomes 'Tuesday 1 April 2022'
value_template: 'in {{value.daysTo}} days'
types:
- Mixed Recycling (Cans, Plastics & Glass)
#Rubbish Waste Sensors
- platform: waste_collection_schedule
source_index: 0
name: Non-Recyclable Refuse # Change this to whatever you want the UI to display
details_format: generic
date_template: '{{value.date.strftime("%A %d %B %Y")}}' # date format becomes 'Tuesday 1 April 2022'
value_template: 'in {{value.daysTo}} days'
types:
- Non-Recyclable Refuse