Files
core/homeassistant/components/switch
GadgetReactor 609458052c New Switch Platform: TPLink Switch (HS100 / HS110) (#2453)
* New Switch Platform: TPLink Switch (HS100 / HS110)

### Information

The TPLink switch platform allows you to control the state of your TPLink Wi-Fi Smart Plugs.

Supported devices (tested):
HS100 (UK)

It should also work with the HS110.

To use your D-Link smart plugs in your installation, add the following to your configuration.yaml file:

"""
# Example configuration.yaml entry
switch:
  platform: tplink
  host: IP_ADRRESS
  name: TPLink Switch
"""

### Configuration variables:

host (Required): The IP address of your TPlink plug, eg. http://192.168.1.105
name (Optional): The name to use when displaying this switch.

* Update tplink.py

Bug fixes

* Separate to a standalone library

* Removed unnecessary imports

* Code cleanup and update reference library link

* TPLink switch support (#2453)

* updated requirements
2016-07-10 09:48:02 -07:00
..
2016-05-05 00:32:11 +02:00
2016-03-08 13:35:39 +01:00
2016-05-29 14:28:03 -07:00
2016-06-01 23:38:19 -07:00
2016-03-08 13:35:39 +01:00
2016-06-30 10:33:34 +02:00
2016-03-08 13:35:39 +01:00
2016-03-08 13:35:39 +01:00
2016-03-09 23:34:38 -08:00
2016-03-08 13:35:39 +01:00
2016-06-09 23:40:14 -07:00
2016-05-21 16:59:52 +02:00
2016-03-09 23:34:38 -08:00
2016-06-02 00:39:58 -07:00
2016-03-08 13:35:39 +01:00
2016-05-12 00:13:48 -07:00
2016-03-08 13:35:39 +01:00
2016-03-08 13:35:39 +01:00
2016-04-21 07:57:28 -07:00
2016-06-07 19:16:14 -07:00
2016-03-08 13:35:39 +01:00
2016-04-16 01:46:50 -07:00
2016-06-30 10:33:34 +02:00
2016-03-14 10:29:12 +00:00
2016-07-02 10:04:51 -07:00
2016-03-08 13:35:39 +01:00