Google Calendar component missing

Hi, just installed 0.33 to check calendar component.

I followed instructions as per

up to this point
"The next steps will require you to have Home Assistant running.

After you have it running complete the Google authentication that pops up. "

nothing pops up. In error log I have
16-11-20 12:04:45 homeassistant.loader: Unable to find component google

what to do?

Thanks

Look for it under persistent notification sensor. You probably have a default view set so you can find it under Developer Tools and then States

You will see in the state of persistent_notification.invalid_config a message related to the config of the telling you to go to http://www.google.com/device where you have to fill out the key that is mentioned in same message.

I have developer tools and then states but
mmhhh I don’t have this persistent notification sensor in state … (??)

So after you added

google:
  client_id: *Value_created_from_steps_above*
  client_secret: *Value_created_from_steps_above*

and did a reboot of hass you did not get a notification?

No, did not get any notification

Can you show me your google setup in your configuration.yaml

Obscure your keys.

Very simple. google: in column 1

# Google Calendar
google:
  client_id: 82xxxxxxxxxxxx.apps.googleusercontent.com
  client_secret: YxxxxxxxxxxxxxxxL

now I also did it taking away .apps.googleusercontent.com in client_id … also nothing.

In homeassistant.log
16-11-20 19:58:11 homeassistant.loader: Unable to find component google

Which version of HA are you using?
Run: hass --version

I did again the update procedure and now is working … go figure, seems not the whole upfate process went well in the first time

That would have been my last question yes since you started with saying you followed the complete install process. :grin:

Good for you. Enjoy!