2016-09-16 12:10:38 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout title description date sidebar comments sharing footer logo ha_category featured
page Nest Instructions how to integrate Nest into Home Assistant. 2016-01-29 21:57 true false true true nest_thermostat.png Hub true

The Nest component is the main component to integrate all Nest related platforms. Besides this component you will have to setup your thermostat and any connected sensors separately.

# Example configuration.yaml entry
nest:
  username: USERNAME
  password: PASSWORD

climate:
  platform: nest
# Example configuration.yaml entry to show only devices at your vacation home
nest:
  username: USERNAME
  password: PASSWORD
  structure: Vacation

climate:
  platform: nest
# Example configuration.yaml entry to show only devices at your vacation and primary homes
nest:
  username: USERNAME
  password: PASSWORD
  structure:
    - Vacation
    - Primary

climate:
  platform: nest

Configuration variables:

  • username (Required): Your Nest username.
  • password (Required): Your Nest password.
  • structure (Optional): The structure or structures you would like to include devices from. If not specified, this will include all structures in your Nest account.