SOLVED HASS not starting after clean hassbian (latest) install on Rapsi3 model B

pi@hassbian:~ $ sudo systemctl status [email protected]
[email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Mon 2019-11-18 11:00:32 GMT; 5min ago
Main PID: 536 (hass)
Tasks: 4 (limit: 2200)
Memory: 35.3M
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
└─536 /srv/homeassistant/bin/python /srv/homeassistant/bin/hass

Nov 18 11:00:32 hassbian systemd[1]: Started Home Assistant for homeassistant.
Nov 18 11:00:36 hassbian hass[536]: 2019-11-18 11:00:36 ERROR (MainThread) [homeassistant.bootstrap] Error loading /home/homeassistant/.homeassistant/configuration.yaml: in "/home/ho
Nov 18 11:00:36 hassbian hass[536]: 2019-11-18 11:00:36 INFO (MainThread) [homeassistant.core] Starting Home Assistant
Nov 18 11:00:36 hassbian hass[536]: 2019-11-18 11:00:36 INFO (MainThread) [homeassistant.core] Timer:starting
lines 1-13/13 (END)

My configuration.yaml

homeassistant:
name: CML
latitude: 52.0018422
longitude: 18.7180568
elevation: 233
unit_system: metric
time_zone: Europe/Prague
customize: !include includes/customize.yaml
config:
frontend:
updater:
discovery:
conversation:
sun:
logbook:
history:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

If that is your configuration.yaml, the indentation is wrong.

This is wrong?

homeassistant:
  name: CML
  latitude: 56.0018422
  longitude: 18.7180568
  elevation: 233
  unit_system: metric
  time_zone: Europe/Prague
config:
http:
  base_url: http://192.168.0.152
frontend:
updater:
discovery:
conversation:
sun:
logbook:
history:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

That looks OK, the first one not.

Is the same, only badly posted.

Yes, but indentation is very important in yaml.

SOLVED

pip install home-assistant-frontend

run in virtualenv