IHC Switch


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 this section in your configuration:

switch:
    - platform: ihc
    auto_setup: True
    switches:
        - id: 12345
          name: myswitch
        - id: 12346
        ....

Configuration Variables

switches

(map)(Optional)List of switches to setup manually

id

(int)(Required)The IHC resource id.

name

(string)(Optional)The name of the component

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