mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 02:28:56 +00:00
603 B
603 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | ha_category |
---|---|---|---|---|---|---|---|---|
page | TCP Binary Sensor | Instructions on how to set up TCP binary sensors within Home Assistant. | 2016-02-22 11:05 | true | false | true | true | Binary Sensor |
The TCP Binary Sensor is a type of TCP Sensor which is either OFF
or ON
. In order the use this sensor type, in addition to the configuration for the TCP Sensor, you must supply a value_on
value to represent what is returned when the device is turned ON
.
- value_on (Required): The value returned when the device is
ON
.