mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add TP-Link smart plug docs
This commit is contained in:
parent
2d5326644d
commit
227e477781
37
source/_components/switch.tplink.markdown
Normal file
37
source/_components/switch.tplink.markdown
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
layout: page
|
||||
title: "TPLink Switch"
|
||||
description: "Instructions how to integrate TPLink switches into Home Assistant."
|
||||
date: 2016-07-13 08:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tplink.png
|
||||
ha_category: Switch
|
||||
---
|
||||
|
||||
|
||||
The `tplink` switch platform allows you to control the state of your [TPLink smart switch](http://www.tp-link.com/en/products/list-5258.html).
|
||||
|
||||
Supported units:
|
||||
|
||||
- HS100
|
||||
- HS110
|
||||
|
||||
To use your TPLink switch in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: tplink
|
||||
host: IP_ADRRESS
|
||||
name: TP-Link Switch
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user