homeassistant-vorwerk/manifest.json

18 lines
342 B
JSON
Raw Normal View History

2021-03-20 16:11:04 +01:00
{
"domain": "vorwerk",
"name": "Vorwerk Kobold",
"config_flow": true,
"documentation": "https://github.com/trunneml/homeassistant-vorwerk",
2021-03-20 16:11:04 +01:00
"requirements": [
2022-06-19 16:14:42 +02:00
"pybotvac==0.0.23"
2021-03-20 16:11:04 +01:00
],
"codeowners": [
"@trunneml",
"@fuempel"
2021-03-20 16:11:04 +01:00
],
"dependencies": [
"http"
2021-04-25 20:30:12 +02:00
],
2021-04-28 17:15:07 +02:00
"iot_class": "cloud_polling",
"version": "0.10.0"
2021-03-20 16:11:04 +01:00
}