2021-05-14 13:03:26 +00:00
{
"config" : {
"step" : {
"user" : {
"description" : "Set up your Bosch Smart Home Controller to allow monitoring and control with Home Assistant." ,
"title" : "SHC authentication parameters" ,
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
} ,
"credentials" : {
"data" : {
"password" : "Password of the Smart Home Controller"
}
} ,
"confirm_discovery" : {
2023-01-29 14:00:36 +00:00
"description" : "Smart Home Controller I: Please press the front-side button until LED starts flashing.\nSmart Home Controller II: Press the function button shortly. Cloud and network lights start blinking orange.\nDevice is now ready to be paired.\n\nReady to continue to set up {model} @ {host} with Home Assistant?"
2021-05-14 13:03:26 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
2023-01-29 14:00:36 +00:00
"description" : "The bosch_shc integration needs to re-authenticate your account" ,
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
2021-05-14 13:03:26 +00:00
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"pairing_failed" : "Pairing failed; please check the Bosch Smart Home Controller is in pairing mode (LED flashing) as well as your password is correct." ,
"session_error" : "Session error: API return Non-OK result." ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
} ,
"flow_title" : "Bosch SHC: {name}"
2023-08-22 07:26:49 +00:00
} ,
"entity" : {
"sensor" : {
"purity_rating" : {
"name" : "Purity rating"
} ,
"purity" : {
"name" : "Purity"
} ,
"valvetappet" : {
"name" : "Valvetappet"
} ,
"air_quality" : {
"name" : "Air quality"
} ,
"temperature_rating" : {
"name" : "Temperature rating"
} ,
"humidity_rating" : {
"name" : "Humidity rating"
} ,
"communication_quality" : {
"name" : "Communication quality"
}
} ,
"switch" : {
"routing" : {
"name" : "Routing"
}
}
2021-05-14 13:03:26 +00:00
}
2021-07-22 06:37:33 +00:00
}