* Add Uonet+ Vulcan integration * Add "configuration_url", fix some minor issues * Refactor and fix tests * Optimize code * Apply suggestion from code review Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com> * Update error handling * Fix some tests * Update CODEOWNERS and fix pylint * Cleanup vulcan tests * Run prettier Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"domain": "vulcan",
|
|
"name": "Uonet+ Vulcan",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vulcan",
|
|
"requirements": ["vulcan-api==2.0.3"],
|
|
"dependencies": [],
|
|
"codeowners": ["@Antoni-Czaplicki"],
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "platinum"
|
|
}
|