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-06 21:55:47 -07:00
2016-05-14 12:29:57 -07:00
2016-07-02 10:04:51 -07:00
2016-07-07 18:54:16 -07:00
2016-07-08 08:58:31 -07:00
2016-07-07 18:54:16 -07:00
2016-07-02 10:04:51 -07:00
2016-06-24 23:22:14 -07:00
2016-07-02 11:18:54 -07:00
2016-07-06 18:33:58 -07:00
2016-07-07 18:28:01 -07:00
2016-06-20 21:51:50 -07:00
2016-07-06 16:48:58 +02:00
2016-07-02 11:22:51 -07:00
2016-07-02 10:04:51 -07:00
2016-05-09 23:30:22 +02:00
2016-07-08 08:48:38 -07:00
2016-07-10 09:48:02 -07:00
2016-06-30 10:33:34 +02:00
2016-06-27 09:02:45 -07:00
2016-06-12 00:03:18 -07:00
2016-03-08 17:55:57 +01:00
2016-06-30 09:02:12 -07:00
2016-05-06 18:03:28 -07:00
2016-06-11 17:43:13 -07:00
2016-04-13 12:57:47 -04:00
2016-06-10 19:45:15 -07:00
2016-07-02 11:12:48 -07:00
2016-06-25 16:40:33 -07:00
2016-03-08 17:55:57 +01:00
2016-06-11 17:43:13 -07:00
2016-04-13 12:35:08 -04: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-05-29 14:33:53 -07:00
2016-03-08 17:55:57 +01:00
2016-06-08 20:55:08 -07:00
2016-06-22 17:29:22 -04:00
2016-07-02 11:22:51 -07:00
2016-07-01 00:01:16 +02:00
2016-07-02 10:03:49 -07:00
2016-04-13 12:35:07 -04:00
2016-06-28 07:56:14 -07:00
2016-04-13 12:35:07 -04:00
2016-04-13 12:35:07 -04:00
2016-06-09 23:41:26 -07:00
2016-06-19 20:53:56 -07:00
2016-03-07 18:50:30 +01:00
2016-06-14 22:51:46 -07:00
2016-04-13 12:35:07 -04:00
2016-06-14 22:42:54 -07:00
2016-07-02 11:22:51 -07:00
2016-05-21 11:21:23 -07:00
2016-03-08 17:55:57 +01:00
2016-03-08 17:55:57 +01:00
2016-04-07 00:42:56 -04: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-06-11 17:43:13 -07:00
2016-07-03 18:33:23 -07:00
2016-03-08 17:55:57 +01:00
2016-06-02 18:47:29 -07:00
2016-07-08 09:00:21 -07:00
2016-03-08 17:55:57 +01:00
2016-04-21 22:24:23 -04:00
2016-04-17 10:17:42 -07:00
2016-07-03 18:33:23 -07:00
2016-06-23 08:47:56 -07:00
2016-03-08 17:55:57 +01:00
2016-07-07 23:09:02 -07:00
2016-06-27 09:02:45 -07:00
2016-06-11 17:43:13 -07:00
2016-06-11 17:43:13 -07:00
2016-04-06 18:46:48 -07: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-06-11 17:43:13 -07:00
2016-07-02 10:04:51 -07:00
2016-06-01 22:37:16 -07:00
2016-05-06 18:09:18 -07:00
2016-03-08 17:55:57 +01:00
2016-07-08 13:40:04 +02:00