Delete the tabs and use spaces, 2 spaces before the hyphen on line 1, 4 spaces before sensors on line 2, 6 before garage on line 3 and 8 before the last 2 lines.
Configuration Validation
Validate your configuration if you recently made some changes to your configuration and want to make sure that it is all valid.
Configuration invalid.CHECK CONFIG
Testing configuration at /config
2018-01-24 15:59:02 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block mapping
in "/config/configuration.yaml", line 1, column 1
expected <block end>, but found '-'
in "/config/configuration.yaml", line 97, column 1
2018-01-24 15:59:02 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block mapping
in "/config/configuration.yaml", line 1, column 1
expected <block end>, but found '-'
in "/config/configuration.yaml", line 97, column 1
I’m having no luck. No matter what I do, it appears that it associates itself with the previous line and the error like below persists
Configuration invalid.
Testing configuration at /config
2018-01-24 17:16:09 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block mapping
in “/config/configuration.yaml”, line 1, column 1
expected , but found ‘’
in “/config/configuration.yaml”, line 95, column 2
2018-01-24 17:16:09 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block mapping
in “/config/configuration.yaml”, line 1, column 1
expected , but found ‘’
in “/config/configuration.yaml”, line 95, column 2
These are the lines
89 - 101
# Hue-sensors
hue:
bridges:
- host: 10.1.30.162
sensor:
- platform: hue
I think you are going to have to post your whole configuration.yaml in a code block (with any passwords redacted) so we can get your indentations and quotes correct tbh.