51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The SleepIQ integration needs to re-authenticate your account {username}.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"foot_warmer_temp": {
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"high": "[%key:common::state::high%]"
|
|
}
|
|
},
|
|
"core_temps": {
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"heating_low": "Heating low",
|
|
"heating_medium": "Heating medium",
|
|
"heating_high": "Heating high",
|
|
"cooling_low": "Cooling low",
|
|
"cooling_medium": "Cooling medium",
|
|
"cooling_high": "Cooling high"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|