home-assistant.io/source/_components/light.ihc.markdown
Morten Lüneborg d3e59653e6 Fix IHC config schema (#7913)
* Update binary_sensor.ihc.markdown

* Update light.ihc.markdown

* Update sensor.ihc.markdown

* Update switch.ihc.markdown
2018-12-20 15:06:36 +01:00

1.8 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page IHC Light Instructions on how to integrate IHC lights within Home Assistant. 2017-11-27 13:35 true false true true ihc.png Light 0.62 Local Push

Before you can use the IHC Light platform, you must setup the IHC Component

When auto setup is enabled the following products will be found in the IHC project and setup as light devices:

  • Wireless lamp outlet dimmer
  • Wireless dimmer
  • Wireless combi dimmer 4 buttons
  • Wireless lamp outlet relay
  • Wireless combi relay 4 buttons
  • Wireless mobile dimmer
  • Dataline lamp outlet

To manually configure IHC lights insert the "light" section in your IHC configuration:

ihc:
  - url: 'http://192.168.1.3'
    username: YOUR_USERNAME2
    password: YOUR_PASSWORD2
    info: true 
    light:
      - id: 12345
        name: tablelight
      - id: 23432

{% configuration %} light: description: List of lights to setup manually required: false type: map keys: dimmable: description: Set to True if the IHC resource is a light level. required: false type: boolean default: false id: description: The IHC resource id. required: true type: integer name: description: The name of the component required: false type: string note: description: Descriptive note. required: false type: string position: description: Where it is placed. required: false type: string {% endconfiguration %}

In the example above 12345 is ihc resource id and "tablelight" is the name. The IHC resource id can be a light level for dimmers or a boolean output of a relay. For more information about IHC resource ids see Manual Setup.