Nest integration: installation aborted with a message

Hello!

I’m trying to install the Nest integration. The install is not working and it ends with a message saying: Aborted: The component is not configured. Please follow the documentation"…

I’m confused… I was never asked to configure something.

Any clue?

Error message:

I think this means you may need to update the configuration.yaml? Not sure. Are you following the instructions at https://www.home-assistant.io/integrations/nest/#device-access-registration ?

1 Like

In configuration.yaml

You need to insert the nest section:

nest:
  client_id: ***
  client_secret: ***
  project_id: ***
  subscriber_id: ***

Where to find each of those.is nicely coved in the nest integration docs. There’s a step by step guide as quite a lot of setting up needed in the Google cloud console

1 Like