Use common strings for GDACS config flow (#41178)

* Use common strings for GDACS config flow

* Fix ci

* Update test_config_flow.py
This commit is contained in:
Diefferson Koderer Môro 2020-10-05 09:21:00 -03:00 committed by GitHub
parent d7f4cfbb65
commit def9c98c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,13 @@
"step": { "step": {
"user": { "user": {
"title": "Fill in your filter details.", "title": "Fill in your filter details.",
"data": { "radius": "Radius" } "data": {
"radius": "Radius"
}
} }
}, },
"abort": { "already_configured": "Location is already configured." } "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
} }
} }