home-assistant.io/source/_components/binary_sensor.gc100.markdown
David Grant 25c3d02810
Created new documentation for GC100 component and platforms (#3789)
* Create gc100.markdown

* Create binary_sensor.gc100.markdown

* Create switch.gc100.markdown

* Fixed formatting of configuration variables

* Elaborated on what gc100 is

* Implemented fabaff's requested changes

removed blank line, updated yaml example to be a list of ports, added period to ports parameter description.

* Implemented changes requested by fabaff

removed blank line, fixed yaml format, added period to ports parameter description

* Fixed ha_release and ha_category

* Fixed ha_release and ha_category

* Implemented changes requested by fabaff.

fixed ha_release and added parameters.

* Updated introduciton description

Implemented suggestion by upsert and referenced iTach library.
2017-10-31 20:20:00 +01:00

745 B

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer ha_category ha_release ha_iot_class
page gc100 Binary Sensor Instructions on how to set up an gc100 binary sensor within Home Assistant. 2017-10-27 17:26 true false true true Binary Sensor 0.57 Local Polling

To enable this sensor, you first have to set up gc100, and add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: gc100
    ports:
      - '3:1': Doorchime
      - '3:2': Garage Obstruction

Configuration variables:

  • ports (Required): A list of module-address to name mappings in the format 'x:y': name, where x is module #, y is address.