2018-12-16 15:19:18 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
"title" : "Configure Daikin AC" ,
2020-10-08 19:25:54 +00:00
"description" : "Enter [%key:common::config_flow::data::ip%] of your Daikin AC.\n\nNote that [%key:common::config_flow::data::api_key%] and [%key:common::config_flow::data::password%] only are used by BRP072Cxx and SKYFi devices respectively." ,
2020-05-06 11:59:07 +00:00
"data" : {
2020-05-11 17:39:20 +00:00
"host" : "[%key:common::config_flow::data::host%]" ,
2020-10-08 19:25:54 +00:00
"api_key" : "[%key:common::config_flow::data::api_key%]" ,
2020-05-11 17:39:20 +00:00
"password" : "[%key:common::config_flow::data::password%]"
}
2020-04-05 15:27:16 +00:00
}
} ,
"abort" : {
2020-08-15 01:11:12 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-05-11 17:39:20 +00:00
} ,
"error" : {
2020-10-08 19:25:54 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2021-10-06 08:07:30 +00:00
"api_password" : "[%key:common::config_flow::error::invalid_auth%], use either API Key or Password." ,
2020-10-08 19:25:54 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2018-12-16 15:19:18 +00:00
}
2020-04-05 15:27:16 +00:00
}
}