I’m encountering an issue with my Home Assistant configuration and could really use some help. I’ve been troubleshooting for a while but can’t seem to resolve it. Here is the error message I’m getting:
Error loading /config/configuration.yaml: expected ‘’, but found ‘’
in “/config/configuration.yaml”, line 3, column 1
configuration.yaml:
alarm_control_panel.alarm_arm_away*
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
media_player:
notify:
#W-LAN Schalter
tplink:
discovery: false
switch:
- host: 192.168.178.60
- host: 192.168.178.62
- host: 192.168.178.63
#W-LAN Schalter
system_health:
# Example configuration.yaml entry
sensor:
- platform: command_line
name: CPU Temperature
command: "cat /sys/class/thermal/thermal_zone0/temp"
# If errors occur, make sure configuration file is encoded as UTF-8
unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}"
group:
kitchen:
name: Kitchen
entities:
- binary_sensor.presence_6
- binary_sensor.tradfri_motion_sensor
logger:
default: info
logs:
homeassistant.components.zha: debug
zigpy: debug
zha:
zigpy_config:
ota:
ikea_provider: true # Auto update Trådfri devices
ledvance_provider: true # Auto update LEDVANCE/OSRAM devices
salus_provider: true # Auto update SALUS/Computime devices
inovelli_provider: true # Auto update INOVELLI devices
#otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
zha:
zigpy_config:
ota:
otau_directory: /config/zigpy_ota
ikea_provider: true
ledvance_provider: true
logger:
default: info
logs:
homeassistant.components.zha: debug
zigpy: debug
New error:
Error loading /config/configuration.yaml: while parsing a block collection
in “/config/configuration.yaml”, line 32, column 7
expected , but found ‘?’
in “/config/configuration.yaml”, line 35, column 7
Now I have deleted half of the config file. This is what it looks like now and there is still an error…
Error loading /config/configuration.yaml: while parsing a block mapping
in “/config/configuration.yaml”, line 2, column 1
expected , but found ‘’
in “/config/configuration.yaml”, line 27, column 6