Get this error after update to 2022.12.4. he refers to an empty line.
The error only goes away when I only
"
#Loads default set of integrations. Do not remove.
default_config:
have in it.
Logger: homeassistant.config
Source: config.py:508
First occurred: 21:22:00 (2 occurrences)
Last logged: 21:22:00
Invalid config for [automation]: Invalid trigger configuration. Got OrderedDict([('default_config', {}), ('frontend', OrderedDict([('themes', OrderedDict())])), ('tts', [OrderedDict([('platform', 'google_translate')])]), ('automation', [OrderedDict([('id', '1670446219189'), ('alias', 'Prusa Fertig'), ('description', ''), ('trigger', [OrderedDict([('platform', 'webhook'), ('webhook_id', 'prusa-led-grun-E1pGstvVIUvqnqlvg_p2X3FH')])]), ('condition', []), ('action', [OrderedDict([('service', 'scene.turn_on'), ('target', OrderedDict([('entity_id', 'scene.prusa_led.... (See /config/configuration.yaml, line 11).
1 # Loads default set of integrations. Do not remove.
2 default_config:
3
4 # Load frontend themes from the themes folder
5 frontend:
6 themes: !include_dir_merge_named themes
7
8 # Text to speech
9 tts:
10 - platform: google_translate
11
12 automation: !include automations.yaml
13 script: !include scripts.yaml
14 scene: !include scenes.yaml
15