1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/tile/strings.json
2020-10-06 14:44:14 +02:00

30 lines
649 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_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
},
"options": {
"step": {
"init": {
"title": "Configure Tile",
"data": {
"show_inactive": "Show inactive Tiles"
}
}
}
}
}