Add climate docs

This commit is contained in:
Fabian Affolter 2016-08-26 23:30:44 +02:00
parent 8c7be85509
commit a16f5e82b0
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
12 changed files with 405 additions and 0 deletions

View file

@ -0,0 +1,22 @@
---
layout: page
title: "Climate"
description: "Instructions how to setup climate control devices within Home Assistant."
date: 2016-08-26 19:00
sidebar: true
comments: false
sharing: true
footer: true
---
The `climate` component is built for the controlling and monitoring of HVAC (heating, ventilating, and air conditioning) and thermostat devices.
To enable this component, pick one of the platforms, and add it to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
climate:
platform: demo
```