mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add initial fan docs
This commit is contained in:
parent
f1a4253166
commit
ce20c71b78
22
source/_components/fan.markdown
Normal file
22
source/_components/fan.markdown
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Fan"
|
||||||
|
description: "Instructions how to setup Fan devices within Home Assistant."
|
||||||
|
date: 2016-08-26 19:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
The `fan` component is built for the controlling of fan devices. It can be called the little brother of the [climate](/components/climate/) component.
|
||||||
|
|
||||||
|
To enable this component, pick one of the platforms, and add it to your `configuration.yaml`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
climate:
|
||||||
|
platform: fan
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user