mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Add initial HVAC docs
This commit is contained in:
parent
30d1190e67
commit
67b88dc0cc
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:
|
||||||
|
```
|
||||||
|
|
15
source/_components/hvac.zwave.markdown
Normal file
15
source/_components/hvac.zwave.markdown
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Z-Wave HVAC"
|
||||||
|
description: "Instructions on how to integrate HVAC Z-Wave devices status with Home Assistant."
|
||||||
|
date: 2016-05-07 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: z-wave.png
|
||||||
|
ha_category: HVAC
|
||||||
|
ha_release: 0.19
|
||||||
|
---
|
||||||
|
|
||||||
|
To get your Z-Wave `hvac` devices working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/) and the (HVAC component](/components/hvac/).
|
Loading…
x
Reference in New Issue
Block a user