mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Insteon local fan (#2390)
* Add fan to insteon_local full config * Add insteon_local fan page * Update 'ha_release'
This commit is contained in:
parent
a6c9e8df83
commit
0215df4a69
34
source/_components/fan.insteon_local.markdown
Normal file
34
source/_components/fan.insteon_local.markdown
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Insteon (Local) Fan"
|
||||
description: "Instructions how to setup the Insteon Hub Fans locally within Home Assistant."
|
||||
date: 2017-04-06 11:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: insteon.png
|
||||
ha_category: fan
|
||||
ha_version: 0.48
|
||||
---
|
||||
|
||||
The `insteon_local` fan component lets you control your fan connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
||||
|
||||
To integrate add a fan, configure your hub Insteon(local) with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml platform entry
|
||||
insteon_local:
|
||||
host: YOUR HUB IP
|
||||
username: YOUR HUB USERNAME
|
||||
password: YOUR HUB PASSWORD
|
||||
timeout: 10
|
||||
port: 25105
|
||||
```
|
||||
|
||||
To add fans to your set-up, add the platform to your light configuration:
|
||||
```yaml
|
||||
fan:
|
||||
- platform: insteon_local
|
||||
```
|
||||
|
@ -50,5 +50,8 @@ light:
|
||||
|
||||
switch:
|
||||
- platform: insteon_local
|
||||
|
||||
fan:
|
||||
- platform: insteon_local
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user