Add climate docs
This commit is contained in:
parent
8c7be85509
commit
a16f5e82b0
12 changed files with 405 additions and 0 deletions
30
source/_components/climate.nest.markdown
Normal file
30
source/_components/climate.nest.markdown
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
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: Climate
|
||||
---
|
||||
|
||||
|
||||
The `nest` climate 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
|
||||
cliamte:
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue