v4.5.2
💥 Breaking Changes - Requires HA 2023.12
This release adds support for the new ToDo entity in HA 2023.11. However it also removes the equivalent sensor entity previously created.
This release adds support for the new ServiceValidationError in HA 2023.12.
- Task services, service attributes and events renamed to todo - @RogerSelwyn
- Implementation of support for Todo entities released in HA 2023.11 - @RogerSelwyn
- Use new ServiceValidationError available in 2023.12 - @RogerSelwyn
✨ Enhancements
🐛 Fixes
- Enable install onto older versions of HA - @RogerSelwyn
- Fix setup issue v4.4.3 - @RogerSelwyn
- Fix color attribute handling for group calendars - @RogerSelwyn
🔨 Maintenance
- Delete sensor entities that have been replaced by ToDo entities - @RogerSelwyn
- Custom icon no longer needed for ToDo - @RogerSelwyn
- Break out email into seperate coordinator for performance - @RogerSelwyn
- Show datetime selecter for reminder on To Do - @RogerSelwyn
- Remove linting errors - @RogerSelwyn
- Clarify attribute naming for future maintainability - @RogerSelwyn
- Add warning to highlight permission differences - @RogerSelwyn
- Update sk.json - @misa1515
- json file formatting - @RogerSelwyn