Files
core/homeassistant/components
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-07-07 18:54:16 -07:00
2016-07-07 18:54:16 -07:00
2016-06-20 21:51:50 -07:00
2016-07-06 16:48:58 +02:00
2016-07-08 08:48:38 -07:00
2016-06-30 10:33:34 +02:00
2016-03-08 17:55:57 +01:00
2016-05-06 18:03:28 -07:00
2016-06-10 19:45:15 -07:00
2016-03-08 17:55:57 +01:00
2016-05-06 17:55:26 -07:00
2016-06-14 22:51:46 -07:00
2016-05-29 14:28:03 -07:00
2016-07-01 21:39:30 +02:00
2016-03-08 17:55:57 +01:00
2016-06-22 17:29:22 -04:00
2016-07-01 00:01:16 +02:00
2016-06-28 07:56:14 -07:00
2016-06-09 23:41:26 -07:00
2016-06-19 20:53:56 -07:00
2016-06-14 22:51:46 -07:00
2016-03-08 17:55:57 +01:00
2016-03-08 17:55:57 +01:00
2016-06-14 22:51:46 -07:00
2016-05-21 11:57:33 -07:00
2016-06-14 22:51:46 -07:00
2016-03-08 17:55:57 +01:00
2016-03-08 17:55:57 +01:00
2016-03-08 17:55:57 +01:00
2016-04-10 18:19:32 -07:00
2016-07-01 18:47:55 -07:00
2016-06-14 22:51:46 -07:00
2016-03-08 17:55:57 +01:00
2016-07-02 10:04:51 -07:00
2016-03-08 17:55:57 +01:00