mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-19 17:38:59 +00:00
24 lines
490 B
Markdown
24 lines
490 B
Markdown
---
|
|
layout: page
|
|
title: "Nest thermostat support"
|
|
description: "Instructions how to integrate Nest thermostats within Home Assistant."
|
|
date: 2015-03-23 19:59
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
To set it up, add the following information to your `configuration.yaml` file:
|
|
|
|
```
|
|
thermostat:
|
|
platform: nest
|
|
username: myemail@mydomain.com
|
|
password: mypassword
|
|
```
|
|
|
|
<p class='img'>
|
|
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
|
</p>
|