73 lines
1.9 KiB
JSON
73 lines
1.9 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"
|
|
}
|
|
}
|
|
},
|
|
"select": {
|
|
"horizontalswing": {
|
|
"state": {
|
|
"stopped": "Stopped",
|
|
"fixedleft": "Fixed left",
|
|
"fixedcenterleft": "Fixed center left",
|
|
"fixedcenter": "Fixed center",
|
|
"fixedcenterright": "Fixed center right",
|
|
"fixedright": "Fixed right",
|
|
"fixedleftright": "Fixed left right",
|
|
"rangecenter": "Range center",
|
|
"rangefull": "Range full"
|
|
}
|
|
},
|
|
"light": {
|
|
"state": {
|
|
"on": "On",
|
|
"dim": "Dim",
|
|
"off": "Off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|