28 lines
780 B
JSON
28 lines
780 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_system_id": "Invalid Airzone System ID"
|
|
},
|
|
"step": {
|
|
"discovered_connection": {
|
|
"data": {
|
|
"id": "[%key:component::airzone::config::step::user::data::id%]",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"id": "System ID",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|