1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-16 03:49:13 +00:00

12 Commits

Author SHA1 Message Date
J. Nick Koston
5a609c34bb
Fix blocking I/O in the event loop when loading timezones () 2024-05-20 11:06:03 +02:00
Michael
ddf9d6c53a
Store runtime data inside the config entry in Local ToDo ()
store runtime data inside the config entry
2024-05-05 01:10:34 +02:00
J. Nick Koston
6c446b4e59
Fix local_todo blocking the event loop () 2024-04-30 22:31:09 +02:00
Allen Porter
23f9aea64d
Bump ical to 7.0.1 and always use home assistant timezone for local todo dtstart () 2024-03-10 23:13:02 -04:00
Allen Porter
babb436512
Fix local todo list persistence for due dates ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-02-18 12:59:50 +01:00
Cyrill Raccaud
da8ce7bbf3
Fix local_todo typo ()
local todo typo
2024-01-07 14:20:37 +01:00
Allen Porter
2497798b5d
Allow clearing To-do list item extended fields () 2023-12-27 13:14:59 +01:00
Allen Porter
b8cc3349be
Add To-do due date and description fields ()
* 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 <marhje52@gmail.com>

* 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 <marhje52@gmail.com>
2023-11-28 13:01:12 +01:00
Allen Porter
25cc4df455
Fix Local To-do list bug renaming items ()
* Fix Local To-do bug renaming items

* Fix renaming
2023-11-19 20:26:58 +01:00
Allen Porter
aa8b36c4e2
Bump ical to 6.0.0 () 2023-11-06 08:54:30 +01:00
Allen Porter
af9cae289f
Change todo move API to reference previous uid () 2023-10-26 18:43:10 +02:00
Allen Porter
476e867fe8
Add a Local To-do component ()
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-25 13:21:10 +02:00