13 Commits

Author SHA1 Message Date
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Anders Melchiorsen
6bad36ef05 TP-Link switch LEDs are unchanged by default (#4327) 2018-01-02 20:51:24 +01:00
Dan Nixon
57855e2165 Document default names for TP-Link devces (#4294)
- Document default names for smart sockets and bulbs
- Change all references to the company to "TP-Link"
2017-12-28 21:23:16 +01:00
Dan Nixon
9fcb597f3c Document enable_leds option on TP-Link sockets (#4143)
* Document enable_leds option on TP-Link sockets

Documents home-assistant PR:
https://github.com/home-assistant/home-assistant/pull/10980

* Switch to new style
2017-12-06 09:47:32 +01:00
Teemu R
3e06754c14 Update switch.tplink.markdown (#2335) 2017-03-26 10:55:48 +02:00
Luar Roji
8d145370d8 Fixed typo (#2212) 2017-03-07 14:16:40 +01:00
jumpkick
44b7e5fca3 IP address without protocol, otherwise it errors (#2053)
This is the error if you provide http://IP_ADDRESS as the example shows.
```ERROR:homeassistant.components.switch:Error while setting up platform tplink
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
    entity_platform.add_entities, discovery_info
  File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
    future.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
    raise self._exception
  File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/switch/tplink.py", line 40, in setup_platform
    add_devices([SmartPlugSwitch(SmartPlug(host), name)], True)
  File "/home/ged/.homeassistant/deps/pyHS100/pyHS100.py", line 78, in __init__
    socket.inet_pton(socket.AF_INET, ip_address)
OSError: illegal IP address string passed to inet_pton```
2017-02-16 10:06:55 +01:00
Brian J King
0f4865b038 Fix typo in configuration variables for TP-Link Smart Switches (#1982)
Page had indicated [MyStrom)(https://mystrom.ch/en/), however, this appears to be another smart switch option, not TP-Link as the page is about.
2017-02-06 07:49:33 +01:00
smaggard
926473325b Adding support for HS200 (#1356)
Adding support for HS200 via GadgetReactor committed on GitHub Merge
pull request #5 from smaggard/add-hs200  …
Adding in support for the HS200 Wall switch referencing issues (#4)
2016-10-29 10:18:31 +02:00
hexa-
51d7e21661 switch.tplink: add iot_class and release version (#1269) 2016-10-19 17:39:46 +02:00
Fabian Affolter
a2776110aa Minimizing of the configuration sample (#1047) 2016-10-02 17:14:23 +02:00
Fabian Affolter
c8e3ef919d
Fix logo name 2016-07-13 10:04:15 +02:00
Fabian Affolter
227e477781
Add TP-Link smart plug docs 2016-07-13 09:45:35 +02:00