🗑 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)
Invalid config for [garbage_collection]:
Not a list for dictionary value @ data['garbage_collection']['sensors'][0]['collection_days']. Got 'wed'. (See /config/configuration.yaml, line 56).
Configuration
garbage_collection:
sensors:
name: "Oud Papier" # last Wednesday each month
frequency: "monthly"
collection_days: "wed"
weekday_order_number:
Invalid config for [garbage_collection]: Not a list for dictionary value @ data['garbage_collection']['sensors'][0]['collection_days']. Got 'wed'. (See /config/configuration.yaml, line 56).
Describe the bug
Problems after installation latest version 4.4.1.
Invalid config for [garbage_collection]: Not a list for dictionary value @ data['garbage_collection']['sensors'][0]['collection_days']. Got 'wed'. (See /config/configuration.yaml, line 56).
Configuration
garbage_collection: sensors:
Debug logs