mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 22:36:50 +00:00

Fix for https://github.com/home-assistant/home-assistant.github.io/issues/2941 Category was with minor case f.
867 B
867 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_version
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_version |
---|---|---|---|---|---|---|---|---|---|---|
page | Insteon (Local) Fan | Instructions how to setup the Insteon Hub Fans locally within Home Assistant. | 2017-04-06 11:00 | true | false | true | true | insteon.png | Fan | 0.48 |
The insteon_local
fan component lets you control your fan connected to an 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:
# 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:
fan:
- platform: insteon_local