* Moving existing sensor file * Initial functionality in place * Added test for config flow * Updated coverage and CODEOWNERS * Linting * Linting * Member comments * Hound * Moving socket disconnect on HASS stop * Member comments * Removed unnecessary dispatcher call * Config entry fix * Added support in config flow for good accounts with no devices * Hound * Updated comment * Member comments * Stale docstrings * Stale docstring
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"config": {
|
|
"title": "Ambient PWS",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"app_key": "Application Key"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Application Key and/or API Key already registered",
|
|
"invalid_key": "Invalid API Key and/or Application Key",
|
|
"no_devices": "No devices found in account"
|
|
}
|
|
}
|
|
}
|