add hs210

Based on user report: https://community.home-assistant.io/t/tp-link-hs210-3-way-kit/39762/6
This commit is contained in:
Teemu R 2018-01-19 22:49:29 +01:00 committed by GitHub
parent d40fff4f9e
commit bda2ce0d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ Python Library to control TPLink smart plugs/switches and smart bulbs.
* HS110
* Wall switches
* HS200
* HS210
* Bulbs
* LB100
* LB110
@ -222,4 +223,4 @@ Set up the environment and run the tests on demand.
```shell
docker build . -t pyhs100 && docker run -v $(PWD)/pyHS100/tests:/opt/pyHS100/pyHS100/tests pyhs100 pytest
```
```