mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
22 lines
402 B
JSON
22 lines
402 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"server_name": "Select test server"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|