* Fixes herefordshire_gov_uk
Change to the website meant it failed to get the dates.
* change test case add error message
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
It is a much easier to use API, as it directly returns all the needed collection dates
This will show the new bin types now
They use a hard coded API key so we might need to change it if they ever change this key
* Added uid to events added to calendar
uid was missing from events being added to the local calendar. This leads to other systems (eg. Google calendar) not being able to import the calendar due to all events having the same uid of 'None'
* reformatting
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
* Add Richmond Hill to INFO doc of recyclecoach.
Picking another recyclecoach city (like Vaughn) and entering an address in Richmond Hill functions fine. List it as a first class city, as it's clearly supported.
* Update documentation for Richmond Hill.
Note: this was generated by update_docu_links.py
* add test case
---------
Co-authored-by: Greg Prosser <gregp@pers-t14s-gp>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
* Create dorset_gov_uk.md
* Create dorset_gov_uk.py
* Added Dorset Council
* Fixed data colleection
Date format was wrong + JSON data was embedded more
* Fixed no data returned when specific bin not used
* refromatting
* ./update_docu_links.py
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
this way we can have individual translations per input filed
and we can have individual descriptions for the whole form or
input-field or on a input field basis,
this way we can _move_ more documentation directly in the UI
config_flow
fix generics missing
Exceptions that should be raised by sources to show the error message at the faulty
imput field. Some exceptions have additional information such as suggestions for
other values, which transforms the the input filed to a select filed still
allowing own inputs
* Add source islington_gov_uk
Fixes#2646
* Add support for business address bin types
* reformatting + modified one test case from string to integer
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>