core/homeassistant/components/vesync/manifest.json

15 lines
268 B
JSON
Raw Normal View History

{
"domain": "vesync",
"name": "VeSync",
"documentation": "https://www.home-assistant.io/integrations/vesync",
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey"
],
"requirements": [
2021-03-20 00:50:52 +00:00
"pyvesync==1.3.1"
],
"config_flow": true
2021-03-20 00:50:52 +00:00
}