mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-11 13:38:59 +00:00
32 lines
901 B
Markdown
32 lines
901 B
Markdown
---
|
|
layout: page
|
|
title: "Nest Thermostat"
|
|
description: "Instructions how to integrate Nest thermostats within Home Assistant."
|
|
date: 2015-03-23 19:59
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: nest_thermostat.png
|
|
ha_category: Deprecated
|
|
---
|
|
|
|
<p class='note warning'>
|
|
**This platform has been deprecated in favor of a "[climate](/components/climate.nest/)" platform and will be removed in the future. Please use the climate platform.**
|
|
</p>
|
|
|
|
The `nest` thermostat platform let you control a thermostat from [Nest](https://nest.com).
|
|
|
|
To set it up, add the following information to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
thermostat:
|
|
platform: nest
|
|
```
|
|
|
|
<p class='img'>
|
|
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
|
</p>
|
|
|
|
<p class='note'>You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor.</p>
|