home-assistant.io/source/_components/switch.insteon_local.markdown
Craig J. Ward c2b0a70077 Insteon local (#1623)
* add documentation

* insteon switch

* update documentation
2017-01-14 16:34:13 +01:00

893 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) Switch Instructions how to setup the Insteon Hub switches locally within Home Assistant. 2016-12-18 08:00 true false true true insteon.png Switch 0.36

The insteon_local switch component lets you control your switches connected to an 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:

# 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:

switch:
  - platform: insteon_local