mirror of
https://github.com/home-assistant/core.git
synced 2026-07-08 15:24:58 +01:00
def9c98c9b
* Use common strings for GDACS config flow * Fix ci * Update test_config_flow.py
15 lines
286 B
JSON
15 lines
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%]"
|
|
}
|
|
}
|
|
} |