mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
d7f4cfbb65
commit
def9c98c9b
@ -3,9 +3,13 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user