mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 20:18:59 +00:00
23 lines
524 B
Markdown
23 lines
524 B
Markdown
---
|
|
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
|
|
```
|
|
|