2020-03-23 05:29:45 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"error" : {
2020-10-05 00:15:14 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2020-04-05 15:27:16 +00:00
"invalid_thermostat" : "The thermostat serial number is invalid."
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-10-05 00:15:14 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
2020-05-12 17:50:44 +00:00
} ,
2020-04-05 15:27:16 +00:00
"step" : {
"user" : {
"title" : "Connect to the NuHeat" ,
2020-04-16 19:52:53 +00:00
"description" : "You will need to obtain your thermostat\u2019s numeric serial number or ID by logging into https://MyNuHeat.com and selecting your thermostat(s)." ,
2020-04-05 15:27:16 +00:00
"data" : {
2020-05-12 17:50:44 +00:00
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
2020-04-05 15:27:16 +00:00
"serial_number" : "Serial number of the thermostat."
}
2020-03-23 05:29:45 +00:00
}
2020-04-05 15:27:16 +00:00
}
}
2020-10-05 00:15:14 +00:00
}