core/homeassistant/components/sensibo/strings.json

51 lines
1.4 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%]",
"no_devices": "No devices discovered",
"no_username": "Could not get username",
"incorrect_api_key": "Invalid API key for selected account"
},
"step": {
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "Follow the documentation to get your api key"
}
},
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "[%key:component::sensibo::config::step::user::data_description::api_key%]"
}
}
}
},
"entity": {
"sensor": {
"sensitivity": {
"state": {
"n": "Normal",
"s": "Sensitive"
}
},
"smart_type": {
"state": {
"temperature": "Temperature",
"feelslike": "Feels like",
"humidity": "Humidity"
}
}
}
}
}