Problem with configuration file on MAC

Hi,
I’m completly new in the Hass, so forgive if problem is trival.
I can’t start scirpy when the first line is:
homeassistant:

I can olny start when the fist line is:
home assistant:
but, have error in config - unable to find home component.
Anybody can help?
Robert

Post your configuration file here with the syntax highlighting used (See the blue box at the top of every forum page for assistance with how to do this.

Here is my configuration: https://github.com/brianjking/homeassistant-config

The problem is with te first line.
I can’t use:
homeassistant:

I have to use:
home assistant:
I have got from validation:
17-05-01 20:56:58 ERROR (MainThread) [homeassistant.loader] Unable to find component home
17-05-01 20:56:58 ERROR (MainThread) [homeassistant.setup] Setup failed for home: Component not found.

With standard - homeassistant:
validation is valid, but I have no access via webpage.

Problem solved.
Thanks.