A notes, checklists, and task management integration for Home Assistant. Includes per device and list notification controls along with powerful recurring list functionality.
1.3 preview: adds full assist reminder functions including logged in user support as “me” and easy add aliases.
“remind me to X in 30 minutes”, creates a note and schedules a reminder for the logged in user on that device.
“remind spiderman to x in 30 minutes” or any alias you set for satellites.
Relative and absolute time supported.
Completely preprogrammed natural language tree. (en)
Can be used View Assist lightweight inference.
Does not need complicated or third party LLM to understand
Hello everyone. Back with another update. Thank you for reading as always
Version 1.5 Adds Calendar with ical import and export along with due dates for list and task items. Calendar is customizable and also integrates JotTicks notes, lists and tasks.
Nice work! Loving it so far but the Notes don’t appear to be working for me (meaning when I create a note, it doesn’t show up, but it does list it in the calendar.) Here’s a snippet of the first error, and full second error.
Logger: homeassistant.helpers.event
Source: helpers/template/__init__.py:466
First occurred: 1:21:42 PM (2 occurrences)
Last logged: 1:21:43 PM
Error while processing template: (.... too long to paste....)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template/__init__.py", line 579, in async_render_to_info
render_info._result = self.async_render( # noqa: SLF001
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
variables, strict=strict, log_fn=log_fn, **kwargs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/template/__init__.py", line 466, in async_render
raise TemplateError(
f"Template output exceeded maximum size of {MAX_TEMPLATE_OUTPUT} characters"
)
homeassistant.exceptions.TemplateError: Template output exceeded maximum size of 262144 characters
Logger: homeassistant.components.recorder.db_schema
Source: components/recorder/db_schema.py:582
integration: Recorder ([documentation](https://www.home-assistant.io/integrations/recorder), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+recorder%22))
First occurred: 1:21:35 PM (6 occurrences)
Last logged: 1:21:40 PM
* State attributes for sensor.jottick_note_test_2 exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
* State attributes for sensor.jottick_note_test_2_2 exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
* State attributes for sensor.jottick_note_test3 exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored