From 51fccfd7478bdc608d561498f4c662d600106ad7 Mon Sep 17 00:00:00 2001 From: Sean Gollschewsky Date: Wed, 26 Jul 2017 17:22:40 +0100 Subject: [PATCH] Documentation for new TPLink light component (#3055) --- source/_components/light.tplink.markdown | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 source/_components/light.tplink.markdown diff --git a/source/_components/light.tplink.markdown b/source/_components/light.tplink.markdown new file mode 100644 index 0000000000..63f07d78ae --- /dev/null +++ b/source/_components/light.tplink.markdown @@ -0,0 +1,40 @@ +--- +layout: page +title: "TPLink Bulb" +description: "Instructions how to integrate TPLink bulbs into Home Assistant." +date: 2017-07-25 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: tp-link.png +ha_category: light +ha_iot_class: "Local Polling" +ha_release: "0.50" +--- + + +The `tplink` light platform allows you to control the state of your [TPLink smart bulb](http://www.tp-link.com/en/products/list-5609.html). + +Supported units: + +- LB100 +- LB110 +- LB120 +- LB130 + +To use your TPLink light in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +light: + - platform: tplink + host: IP_ADDRESS +``` + +Configuration variables: + +- **host** (*Required*): The IP address of your TP-Link bulb, eg. `192.168.1.32`. +- **name** (*Optional*): The name to use when displaying this bulb. + +