* Overhaul Tile
* Adjust coverage
* Fix tests
* Code review
* Code review
* Remove unused config flow step
* Revert "Remove unused config flow step"
This reverts commit cb206e0446
.
* Fix tests
29 lines
620 B
JSON
29 lines
620 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Tile",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_credentials": "Invalid Tile credentials provided."
|
|
},
|
|
"abort": {
|
|
"already_configured": "This Tile account is already registered."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure Tile",
|
|
"data": {
|
|
"show_inactive": "Show inactive Tiles"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|