mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your filter details.",
|
|
"data": { "radius": "Radius", "mmi": "MMI" }
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
}
|
|
}
|