updated apps

This commit is contained in:
2026-07-14 23:57:03 -04:00
parent 6cc7212cef
commit 010e828e9c
797 changed files with 45153 additions and 4246 deletions
@@ -51,6 +51,7 @@ from ..const import (
CONF_NOTIFY_DUE_SOON_INTERVAL,
CONF_NOTIFY_OVERDUE_ENABLED,
CONF_NOTIFY_OVERDUE_INTERVAL,
CONF_NOTIFY_SCOPE_VIEW_ID,
CONF_NOTIFY_SERVICE,
CONF_NOTIFY_TRIGGERED_ENABLED,
CONF_NOTIFY_TRIGGERED_INTERVAL,
@@ -127,6 +128,7 @@ SETTING_SPECS: tuple[SettingSpec, ...] = (
SettingSpec(CONF_NOTIFICATION_BUNDLE_THRESHOLD, int, int_range=(2, 20)),
# title_style is enum-validated by a bespoke rule in the handler.
SettingSpec(CONF_NOTIFICATION_TITLE_STYLE, str),
SettingSpec(CONF_NOTIFY_SCOPE_VIEW_ID, str, max_len=64),
# Actions
SettingSpec(CONF_ACTION_COMPLETE_ENABLED, bool),
SettingSpec(CONF_ACTION_SKIP_ENABLED, bool),