Add missing docs

This commit is contained in:
Fabian Affolter 2016-09-24 10:45:41 +02:00
parent d07020aa8a
commit 2e8e85df8e
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
2 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,29 @@
---
layout: page
title: "Nest Fan"
description: "Instructions how to integrate Nest fans within Home Assistant."
date: 2015-03-23 19:59
sidebar: true
comments: false
sharing: true
footer: true
logo: nest_thermostat.png
ha_category: Fan
ha_release: 0.29
ha_iot_class: "Local Polling"
---
The `nest` fan platform let you control a fan from [Nest](https://nest.com).
<p class='note'>
You must have the [Nest component](/components/nest/) configured to use those thermostats.
</p>
To set it up, add the following information to your `configuration.yaml` file:
```yaml
fan:
platform: nest
```