Error loading /config/configuration.yaml: while scanning for the next token
found character '\t' that cannot start any token
in "/config/automations/Riscaldamento/Splits - Programmazione riscaldamento.yaml", line 20, column 1
You switch from indenting with spaces to using a mixture of tabs and spaces at the first before: line. You need to replace the tab characters with spaces.
I replaced tabs with the × character, and the switchover point is visible here:
condition: []
action:
- choose:
- conditions:
- condition: time
after: '18:00:00'
×××before: '18:01:00'
#
××sequence:
×× - service: climate.set_temperature
×× data:
×× temperature: 19
×× target:
×× entity_id:
[ and so on ]
Please consider marking my post above with the Solution tag.
It will automatically place a checkmark next to the topic’s title. This indicates to other users that this topic has been solved and helps them find answers to similar questions.