sharing/bday: option for age_max

This commit is contained in:
Peter Bieringer
2026-05-30 08:46:04 +02:00
parent 5477d6b2da
commit 586ae79b8e
3 changed files with 17 additions and 0 deletions

View File

@@ -606,6 +606,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "",
"help": "conversion bday alarm trigger template",
"type": str}),
("conversion_bday_age_max", {
"value": 99,
"help": "conversion bday age max",
"type": positive_int}),
])),
("hook", OrderedDict([
("type", {