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