home-assistant.io/source/_components/binary_sensor.ihc.markdown
Jorim Tielemans a52f37c913 Remove empty lines and trailing spaces (#6978)
Add missing titles and empty lines
Fix variable type and missing defaults
2018-10-20 12:55:45 +02:00

1.8 KiB

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

Before you can use the IHC Binary Sensor 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 binary sensors:

  • Dataline magnet contacts
  • Dataline Pir sensors
  • Dataline Pir sensors with twilight detection
  • Dataline Pir alarm sensor
  • Dataline smoke detector
  • Dataline gas detector
  • Dataline light sensor

{% linkable_title Manual configuration %}

To manually configure IHC Binary Sensors insert this section in your configuration:

binary_sensor:
  - platform: ihc
    binary_sensors:
      - id: 12345
        name: mysensor
        type: opening
        inverting: True
      - id: 12346
           ...

{% configuration %} binary_sensors: description: List of binary sensors to setup manually. required: false type: map keys: id: description: The IHC resource id. required: true type: integer inverting: description: If True the sensor will be inverted. required: false type: boolean default: false name: description: The name of the component required: false type: string type: description: > The binary sensor type. See Home Assistant binary sensor for available types. required: false type: string {% endconfiguration %}

The resource id should be an id of a boolean IHC resource. For more information about IHC resource ids see Manual Setup.