mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
93dbc26db5
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Pick a country to monitor",
|
|
"data": { "country": "Country" }
|
|
}
|
|
},
|
|
"abort": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
}
|
|
}
|