im trying to make a shell command but im keep getting this error
2017-11-07 15:35:31 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block mapping
in "/config/configuration.yaml", line 416, column 3
expected <block end>, but found '{'
in "/config/configuration.yaml", line 418, column 9
2017-11-07 15:35:31 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block mapping
in "/config/configuration.yaml", line 416, column 3
expected <block end>, but found '{'
in "/config/configuration.yaml", line 418, column 9
I think you have nested ' characters. The ' after the -d closes the one at the start of the command, so the yaml parser thinks the next { character is something it should parse.
I’m not sure how to escape that, but you might try a \ before the middle ones like