home-assistant.io/source/_components/light.insteon_local.markdown
2017-06-13 18:45:30 +02:00

922 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_version, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_version ha_iot_class
page Insteon (Local) Light Instructions how to setup the Insteon Hub Lights locally within Home Assistant. 2016-12-18 08:00 true false true true insteon.png Light 0.36 Local Push

The insteon_local light component lets you control your lights connected to an Insteon Hub with Home Assistant.

To integrate add a light, 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 lights (dimmers) to your set-up, add the platform to your light configuration:

light:
  - platform: insteon_local