homeassistant-vorwerk/custom_components/vorwerk/manifest.json

15 lines
272 B
JSON
Raw Normal View History

2021-03-20 16:11:04 +01:00
{
"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"
]
}