mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00

* Add VeSync documentation and image
* Adds fix for TravisCI error endconfiguration
* ✏️ Tiny updates
894 B
894 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | VeSync Switch | Instructions on how to set up Etekcity VeSync switches within Home Assistant. | 2018-03-09 02:11 | true | false | true | true | vesync.png | Switch | 0.66 |
The vesync
switch platform enabled integration with Etekcity VeSync smart switches.
To use your VeSync switches, you must first register your switches with the VeSync app. Once registration is complete you must add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: vesync
username: username
password: password
{% configuration %} username: description: Username needed to log in to VeSync. required: true type: string password: description: Password needed to log in to VeSync. required: true type: string {% endconfiguration %}