hass-core/homeassistant/components/gdacs/strings.json
Diefferson Koderer Môro def9c98c9b
Use common strings for GDACS config flow (#41178)
* Use common strings for GDACS config flow

* Fix ci

* Update test_config_flow.py
2020-10-05 14:21:00 +02:00

15 lines
No EOL
286 B
JSON

{
"config": {
"step": {
"user": {
"title": "Fill in your filter details.",
"data": {
"radius": "Radius"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}