Home assistant won't run

Hi, I’m new to Hassio and there is alot to take in. I’ve installed Home assistant SDK and signed up for an account on Home assistant cloud that is working I believe, it says that I’m connected. I’ve managed to start the addon but didn’t try out that much but now it won’t start and there are errors in log. Can someone give me a hint about configuration.

  1. this is what in configuration.yaml
    indent preformatted text by 4 spaces

Text to speech

tts:

  • platform: google
    indent preformatted text by 4 spaces
  1. this is what in config for the addin
    indent preformatted text by 4 spaces
    {
    “client_secrets”: “google_assistant.json”,
    “project_id”: null,
    “model_id”: null
    }
    indent preformatted text by 4 spaces
    and this is what log shows
    indent preformatted text by 4 spaces
    2019-01-23 15:48:06 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform syncthru
    Traceback (most recent call last):
    File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
    File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
    return fut.result()
    File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
    result = self.fn(*self.args, **self.kwargs)
    File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/syncthru.py”, line 72, in setup_platform
    if not test_syncthru(host):
    File “/usr/local/lib/python3.6/site-packages/pysyncthru/init.py”, line 15, in test_syncthru
    json_dict = demjson.decode(r.text)
    File “/usr/local/lib/python3.6/site-packages/demjson.py”, line 5699, in decode
    return_stats=(return_stats or write_stats) )
    File “/usr/local/lib/python3.6/site-packages/demjson.py”, line 4915, in decode
    raise errors[0]
    demjson.JSONDecodeError: Can not decode value starting with character ‘<’
    2019-01-23 15:53:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1878100336] Received invalid command: webhook/list
    indent preformatted text by 4 spaces

Any help appreciated
Regards Håkan