hass-core/homeassistant/components/vodafone_station/manifest.json
Simone Chemelli 053eb8a0fd
Bump aiovodafone to 0.6.1 (#128976)
* Bump aiovodafone to 0.6.1

* remove exception
2024-10-22 18:28:00 +02:00

12 lines
383 B
JSON

{
"domain": "vodafone_station",
"name": "Vodafone Station",
"codeowners": ["@paoloantinori", "@chemelli74"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vodafone_station",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["aiovodafone"],
"quality_scale": "silver",
"requirements": ["aiovodafone==0.6.1"]
}