hass-core/homeassistant/components/coronavirus/translations/en.json
Franck Nijhof 93dbc26db5
Fix Coronavirus integration robustness (#49287)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-04-16 10:53:19 +02:00

16 lines
No EOL
375 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"country": "Country"
},
"title": "Pick a country to monitor"
}
}
}
}