2021-07-21 08:25:46 +00:00
{
"config" : {
"abort" : {
2021-12-09 00:13:16 +00:00
"already_configured" : "Device is already configured" ,
"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" : "Invalid authentication"
2021-07-21 08:25:46 +00:00
} ,
"error" : {
"cannot_connect" : "Failed to connect" ,
2021-07-22 00:10:31 +00:00
"invalid_auth" : "Invalid authentication"
2021-07-21 08:25:46 +00:00
} ,
"step" : {
2021-12-09 00:13:16 +00:00
"cloud" : {
"data" : {
"account_id" : "Account ID" ,
"password" : "Password"
}
} ,
"local" : {
"data" : {
2021-12-14 00:13:33 +00:00
"wifi_pswd" : "Wi-Fi Password" ,
"wifi_ssid" : "Wi-Fi SSID"
2021-12-09 00:13: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."
} ,
2021-07-21 08:25:46 +00:00
"user" : {
"data" : {
2021-07-22 00:10:31 +00:00
"account_id" : "Account ID" ,
2021-12-09 00:13:16 +00:00
"connection_type" : "Select connection type" ,
2021-07-21 08:25:46 +00:00
"host" : "Host" ,
2021-07-22 00:10:31 +00:00
"password" : "Password"
2021-12-09 00:13:16 +00:00
} ,
"description" : "Select connection type. Local requires heaters with bluetooth"
2021-07-21 08:25:46 +00:00
}
}
}
2021-07-22 00:10:31 +00:00
}