mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 10:05:58 -05:00
* Added Recollect Waste Curbside Collection sensor for tracking next collection date and for which types of waste. * Added missing schema attributes. * Adding requirements and coverage entries for Recollect Waste platform. * Added exception handling, some other fixes and suggestions from code review. * Fixed reference to incorrect exception type. * Updated requirements_all.txt with new version of recollect-waste. * Added true to add_entities. Created constant for default time interval. Used different pylint exclusion comment. * Using HA's CONF_SCAN_INTERVAL now. Unique_id is now set in @property. * Changed parameter of timedelta from seconds to days. * Added test run of recollect client during setup_platform. Using built in SCAN_INTERVAL now. * Return nothing in setup_platform if there is an exception.