2023-12-29 13:55:41 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Setup your tedee locks",
|
|
|
|
"data": {
|
|
|
|
"local_access_token": "Local access token",
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The IP address of the bridge you want to connect to.",
|
|
|
|
"local_access_token": "You can find it in the tedee app under \"Bridge Settings\" -> \"Local API\"."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
|
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
}
|
2023-12-31 11:24:44 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
2023-12-31 12:16:01 +00:00
|
|
|
"binary_sensor": {
|
|
|
|
"pullspring_enabled": {
|
|
|
|
"name": "Pullspring enabled"
|
|
|
|
},
|
|
|
|
"semi_locked": {
|
|
|
|
"name": "Semi locked"
|
|
|
|
}
|
|
|
|
},
|
2023-12-31 11:24:44 +00:00
|
|
|
"sensor": {
|
|
|
|
"pullspring_duration": {
|
|
|
|
"name": "Pullspring duration"
|
|
|
|
}
|
|
|
|
}
|
2023-12-29 13:55:41 +00:00
|
|
|
}
|
|
|
|
}
|