Insteon local (#1623)
* add documentation * insteon switch * update documentation
This commit is contained in:
parent
76291f0d73
commit
c2b0a70077
4 changed files with 124 additions and 0 deletions
33
source/_components/switch.insteon_local.markdown
Normal file
33
source/_components/switch.insteon_local.markdown
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Insteon (Local) Switch"
|
||||
description: "Instructions how to setup the Insteon Hub switches locally within Home Assistant."
|
||||
date: 2016-12-18 08:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: insteon.png
|
||||
ha_category: Switch
|
||||
ha_version: 0.36
|
||||
---
|
||||
|
||||
The `insteon_local` switch component lets you control your switches connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
||||
|
||||
To integrate add a switch, 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 switches to your set-up, add the platform to your light configuration:
|
||||
```yaml
|
||||
switch:
|
||||
- platform: insteon_local
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue