sharing/bday/age_max: fix default
This commit is contained in:
@@ -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}),
|
||||
])),
|
||||
|
||||
Reference in New Issue
Block a user