* 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>
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"title": "Avri",
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "This address is already configured."
|
|
},
|
|
"error": {
|
|
"invalid_house_number": "Invalid house number.",
|
|
"invalid_country_code": "Unknown 2 letter country code."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"zip_code": "Zip code",
|
|
"house_number": "House number",
|
|
"house_number_extension": "House number extension",
|
|
"country_code": "2 Letter country code"
|
|
},
|
|
"description": "Enter your address",
|
|
"title": "Avri"
|
|
}
|
|
}
|
|
}
|
|
}
|