sharing/bday: trigger config parser

This commit is contained in:
Peter Bieringer
2026-05-29 09:00:04 +02:00
parent 0c16337b50
commit c5c74d1753

View File

@@ -602,6 +602,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "BDAY={year}-{month}-{day}",
"help": "conversion bday description template",
"type": str}),
("conversion_bday_alarm_trigger_template", {
"value": "-15H;BDAY tomorrow|9H;BDAY today",
"help": "conversion bday alarm trigger template",
"type": str}),
])),
("hook", OrderedDict([
("type", {