mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 07:07:23 +00:00
* Add todo platform * update for DataUpdateCoordinator * set lastCron as dailies due date * parse alternative duedate format * fix tests * send notification on item drop * fix drop message * update exception messages * Simplified the update of user_fields by using set union * move userFields to const * Issue deprecation only if entity is acutally used * Resolve issues * user entity registry to get entity_id * raise ServiceValidationError * requested changes * Move next_due_date helper function to util.py module * some changes * Move function to util.py