-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add To-do due date and description fields (#104128)
* Add To-do due date and description fields * Fix due date schema * Revert devcontainer change * Split due date and due date time * Add tests for config validation function * Add timezone converstion tests * Add local todo due date/time and description implementation * Revert configuration * Revert test changes * Add comments for the todo item field description * Rename function _validate_supported_features * Fix issues in items factory * Readability improvements * Apply suggestions from code review Co-authored-by: Martin Hjelmare <[email protected]> * Rename CONF to ATTR usages * Simplify local time validator * Rename TodoListEntityFeature fields for setting extended fields * Remove duplicate validations * Update subscribe test * Fix local_todo tests --------- Co-authored-by: Martin Hjelmare <[email protected]>
- Loading branch information
1 parent
2a4a5d0
commit b8cc334
Showing
7 changed files
with
554 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.