2018-12-16 15:19:18 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
"title" : "Configure Daikin AC" ,
2020-05-18 14:57:52 +00:00
"description" : "Enter IP address of your Daikin AC.\n\nNote that [%key:common::config_flow::data::api_key%] and [%key:common::config_flow::data::password%] 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%]" ,
"key" : "[%key:common::config_flow::data::api_key%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2020-04-05 15:27:16 +00:00
}
} ,
"abort" : {
2020-05-11 17:39:20 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
} ,
"error" : {
"device_fail" : "[%key:common::config_flow::error::unknown%]" ,
"forbidden" : "[%key:common::config_flow::error::invalid_auth%]" ,
"device_timeout" : "[%key:common::config_flow::error::cannot_connect%]"
2018-12-16 15:19:18 +00:00
}
2020-04-05 15:27:16 +00:00
}
}