* Add config flow to Avri integration * Add config flow validation * Update .coveragerc * Start adding config flow tests * Fix failing test * Fix pylint * Update homeassistant/components/avri/config_flow.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/avri/config_flow.py Co-authored-by: J. Nick Koston <nick@koston.org> * Fix import order * Code review comments * Update homeassistant/components/avri/sensor.py Co-authored-by: J. Nick Koston <nick@koston.org> * Remove device information Co-authored-by: J. Nick Koston <nick@koston.org>
13 lines
No EOL
247 B
JSON
13 lines
No EOL
247 B
JSON
{
|
|
"domain": "avri",
|
|
"name": "Avri",
|
|
"documentation": "https://www.home-assistant.io/integrations/avri",
|
|
"requirements": [
|
|
"avri-api==0.1.7",
|
|
"pycountry==19.8.18"
|
|
],
|
|
"codeowners": [
|
|
"@timvancann"
|
|
],
|
|
"config_flow": true
|
|
} |