Add initial HVAC docs
This commit is contained in:
parent
30d1190e67
commit
67b88dc0cc
2 changed files with 37 additions and 0 deletions
22
source/_components/hvac.markdown
Normal file
22
source/_components/hvac.markdown
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: page
|
||||
title: "HVAC"
|
||||
description: "Instructions on how to integrate HVAC devices status with Home Assistant."
|
||||
date: 2016-05-07 09:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: HVAC
|
||||
ha_release: 0.19
|
||||
---
|
||||
|
||||
The `hvac` component is built for the controlling and monitoring of HVAC (heating, ventilating, and air conditioning) devices.
|
||||
|
||||
To enable this component, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
hvac:
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue