mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"confirm_discovery": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"use_legacy_protocol": "[%key:component::dlink::config::step::user::data::use_legacy_protocol%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::dlink::config::step::user::data_description::password%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"use_legacy_protocol": "Use legacy protocol",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your D-Link device",
|
|
"password": "Default: PIN code on the back."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|