hass-core/homeassistant/components/tile/strings.json
Aaron Bach 7a3c2e1f6c
Add config flow for Tile (#36173)
* 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
2020-06-04 10:07:27 -06:00

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"
}
}
}
}
}