Add documentation for TCP component

This commit is contained in:
Flyte 2016-02-22 11:11:03 +00:00
parent e0ec1d0593
commit 95a7fb53b6
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
layout: page
title: TCP Binary Sensor
description: "Instructions on how to set up TCP binary sensors within Home Assistant."
date: 2016-02-22 11:05
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Binary Sensor
---
The TCP Binary Sensor is a type of [TCP Sensor](/components/sensor.tcp/) 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`.