From ce20c71b7865cbf1cf65c2ca8bd1e3376ef85548 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Aug 2016 11:36:03 +0200 Subject: [PATCH] Add initial fan docs --- source/_components/fan.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_components/fan.markdown diff --git a/source/_components/fan.markdown b/source/_components/fan.markdown new file mode 100644 index 00000000000..c196d9f7705 --- /dev/null +++ b/source/_components/fan.markdown @@ -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 +``` +