Invalid Config for [automation] - keymaster

Can anyone help me understand this error? The only thing I can tell is that it seems to be coming from Keymaster?

Logger: homeassistant.config
Source: config.py:508
First occurred: 9:40:54 AM (2 occurrences)
Last logged: 9:40:54 AM

Invalid config for [automation]: Invalid trigger configuration. Got OrderedDict([('default_config', {}), ('homeassistant', OrderedDict([('packages', OrderedDict([('garagedoor_keymaster_1', OrderedDict([('input_number', OrderedDict([('accesscount_garagedoor_1', OrderedDict([('name', 'Unlock events'), ('min', 0), ('max', 100), ('step', 1), ('mode', 'box')]))])), ('input_datetime', OrderedDict([('end_date_garagedoor_1', OrderedDict([('name', 'End'), ('has_time', True), ('has_date', True)])), ('start_date_garagedoor_1', OrderedDict([('name', 'Start'), ('has_time'.... (See ?, line ?).

post the properly formatted automation that is causing issues.

The automation causing the problem is not in my automations.yaml. It’s some where in the keymaster integration files. I have no idea where. the info I posted is all I have to go on.

I don’t believe that any integration creates automations that HA would recognize as such.

So the only other option is if you are using packages and the keymaster developer provided the package file so the users an use it.

If you have packages enabled then look in there for the file and look in that file under the “automation:” key.