From 6679bbc76afe0aed9a8101a9757f7d1bb1f13b51 Mon Sep 17 00:00:00 2001 From: Jeff Wilson Date: Thu, 6 Apr 2017 10:54:51 -0400 Subject: [PATCH 1/3] Add fan to insteon_local full config --- source/_components/insteon_local.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/insteon_local.markdown b/source/_components/insteon_local.markdown index 1b1343083a3d..96a339f0f037 100644 --- a/source/_components/insteon_local.markdown +++ b/source/_components/insteon_local.markdown @@ -50,5 +50,8 @@ light: switch: - platform: insteon_local + +fan: + - platform: insteon_local ``` From 22c81fe5af32f7624cbc1f820769c206293e7b0d Mon Sep 17 00:00:00 2001 From: Jeffery Wilson Date: Thu, 6 Apr 2017 11:01:08 -0400 Subject: [PATCH 2/3] Add insteon_local fan page --- source/_components/fan.insteon_local.markdown | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/_components/fan.insteon_local.markdown diff --git a/source/_components/fan.insteon_local.markdown b/source/_components/fan.insteon_local.markdown new file mode 100644 index 000000000000..5b681a22b08a --- /dev/null +++ b/source/_components/fan.insteon_local.markdown @@ -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.42 +--- + +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 +``` + From f77d713a5bd926ccf7cdd8c5ef2bfd6448f7a697 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Jun 2017 14:46:21 +0200 Subject: [PATCH 3/3] Update 'ha_release' --- source/_components/fan.insteon_local.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fan.insteon_local.markdown b/source/_components/fan.insteon_local.markdown index 5b681a22b08a..a1afd9d1a0d0 100644 --- a/source/_components/fan.insteon_local.markdown +++ b/source/_components/fan.insteon_local.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: insteon.png ha_category: fan -ha_version: 0.42 +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.