Skip to content

Commit ce20c71

Browse files
committed
Add initial fan docs
1 parent f1a4253 commit ce20c71

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/_components/fan.markdown

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: page
3+
title: "Fan"
4+
description: "Instructions how to setup Fan devices within Home Assistant."
5+
date: 2016-08-26 19:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
13+
The `fan` component is built for the controlling of fan devices. It can be called the little brother of the [climate](/components/climate/) component.
14+
15+
To enable this component, pick one of the platforms, and add it to your `configuration.yaml`:
16+
17+
```yaml
18+
# Example configuration.yaml entry
19+
climate:
20+
platform: fan
21+
```
22+

0 commit comments

Comments
 (0)