homeassistant-vorwerk/manifest.json
Michael Graf bba9a3c1eb Move content into root
- the repository content matches hacs.json
- is installalbe via git checkout
2021-04-25 15:53:46 +02:00

15 lines
272 B
JSON

{
"domain": "vorwerk",
"name": "Vorwerk Kobold",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vorwerk",
"requirements": [
"pybotvac==0.0.20"
],
"codeowners": [
"@trunneml"
],
"dependencies": [
"http"
]
}