sharing/bday/age_max: fix default

This commit is contained in:
Peter Bieringer
2026-05-30 08:54:41 +02:00
parent 8c4085c5e1
commit e821258fa0

View File

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