2021-07-21 08:25:46 +00:00
{
"config" : {
"step" : {
"user" : {
2021-12-08 02:48:16 +00:00
"data" : {
"connection_type" : "Select connection type"
} ,
"description" : "Select connection type. Local requires heaters with bluetooth"
} ,
"local" : {
"data" : {
2021-12-13 23:24:14 +00:00
"wifi_ssid" : "Wi-Fi SSID" ,
"wifi_pswd" : "Wi-Fi Password"
2021-12-08 02:48:16 +00:00
} ,
"description" : "Reset the heater by pressing + and OK until display shows 'Reset'. Then press and hold OK button on the heater until the blue led starts blinking before pressing Submit. Configuring heater might take some minutes."
} ,
"cloud" : {
2021-07-21 08:25:46 +00:00
"data" : {
"account_id" : "Account ID" ,
"password" : "[%key:common::config_flow::data::password%]"
}
}
} ,
"error" : {
2021-07-25 10:32:50 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2021-07-21 08:25:46 +00:00
} ,
"abort" : {
2021-12-08 02:48:16 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"heater_not_available" : "Heater not available. Try to reset the heater by pressing + and OK for some seconds." ,
"heater_not_found" : "Heater not found. Try to move the heater closer to Home Assistant computer." ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2021-07-21 08:25:46 +00:00
}
}
}