Help finding configuration error in [Automation] after upgrade to 2022.12

Simillar error is showing in my HA -

Logger: homeassistant.config
Source: config.py:508
First occurred: 3:02:45 PM (1 occurrences)
Last logged: 3:02:45 PM

Invalid config for [automation]: Invalid trigger configuration. Got OrderedDict([('default_config', {}), ('tts', [OrderedDict([('platform', 'google_translate')])]), ('group', OrderedDict([('rodina', ['person.wondrej', 'person.kaja'])])), ('automation', [OrderedDict([('id', '1639435892484'), ('alias', 'Potopa v úklidové komoře'), ('description', 'teče voda u pračky'), ('trigger', [OrderedDict([('type', 'moist'), ('platform', 'device'), ('device_id', 'd0c9b3007d8424be68e388fe53502051'), ('entity_id', 'binary_sensor.lumi_lumi_sensor_wleak_aq1_ias_zone'), ('domai.... (See /config/configuration.yaml, line 11).

the line 11:

group: !include groups.yaml

and my groups include only:

rodina:
  - person.wondrej
  - person.kaja

Seems that the config is calling for the group, since automations sends notifications to it.