mirror of https://github.com/home-assistant/core
24 lines
727 B
JSON
24 lines
727 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{device} ({ip_address})",
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up Gogogate2 or ismartgate",
|
|
"description": "Provide requisite information below.",
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|