home-assistant.io/source/_components/switch.ihc.markdown
mopolus dae35007b3 Ihc with two controllers (#7302)
* Update for secondary controller support

* Update binary_sensor.ihc.markdown

* Update binary_sensor.ihc.markdown

* Update light.ihc.markdown

* Update sensor.ihc.markdown

* Update switch.ihc.markdown

* Update ihc.markdown

* Update switch.ihc.markdown

* Update ihc.markdown

* Update ihc.markdown

* Minor changes

* Minor changes

* Minor changes

* Fix configuration sample

* Remove periods

* Update ihc.markdown

* Update binary_sensor.ihc.markdown

* Update light.ihc.markdown

* Update binary_sensor.ihc.markdown

* Update sensor.ihc.markdown

* Update switch.ihc.markdown

* Update sensor.ihc.markdown

* Update sensor.ihc.markdown

* Update light.ihc.markdown

* Update light.ihc.markdown

* Update binary_sensor.ihc.markdown

* Update ihc.markdown

* Update binary_sensor.ihc.markdown

* Update switch.ihc.markdown

* Update binary_sensor.ihc.markdown

* Update light.ihc.markdown

* Update sensor.ihc.markdown

* Update switch.ihc.markdown

* ✏️ Tweak

* ✏️ Tweak

* ✏️ Tweak

* ✏️ Tweak
2018-12-05 09:03:06 +01:00

1.5 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 Switch Instructions on how to integrate IHC switches within Home Assistant. 2017-11-27 13:35 true false true true ihc.png Switch 0.62 Local Push

Before you can use the IHC Switch 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 switch devices:

  • Wireless plug outlet
  • Wireless relay
  • Mobile wireless relay
  • Dataline plug outlet

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

ihc:
  - url: 'http://192.168.1.3'
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    info: true 
    switches:
      - id: 12345
      - id: 12346

{% configuration %} switches: description: List of switches to setup manually required: false type: map keys: 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 %}

The resource id should be a boolean resource (On/Off). For more information about IHC resource ids see Manual Setup.