home-assistant.io/source/_components/switch.tplink.markdown
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

871 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page TPLink Switch Instructions how to integrate TPLink switches into Home Assistant. 2016-07-13 08:00 true false true true tp-link.png Switch Local Polling 0.24

The tplink switch platform allows you to control the state of your TPLink smart switch.

Supported units:

  • HS100
  • HS110
  • HS200

To use your TPLink switch in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: tplink
    host: IP_ADRRESS

Configuration variables:

  • host (Required): The IP address of your myStrom switch, eg. http://192.168.1.32.
  • name (Optional): The name to use when displaying this switch.