2021-11-06 18:34:51 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"license_plate": "License plate"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2023-01-24 06:59:32 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
|
|
},
|
2021-11-06 18:34:51 +00:00
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown_license_plate": "Unknown license plate"
|
|
|
|
}
|
2023-07-07 12:40:22 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"binary_sensor": {
|
|
|
|
"liability_insured": {
|
|
|
|
"name": "Liability insured"
|
|
|
|
},
|
|
|
|
"pending_recall": {
|
|
|
|
"name": "Pending recall"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sensor": {
|
|
|
|
"apk_expiration": {
|
|
|
|
"name": "APK expiration"
|
|
|
|
},
|
|
|
|
"ascription_date": {
|
|
|
|
"name": "Ascription date"
|
|
|
|
}
|
|
|
|
}
|
2021-11-06 18:34:51 +00:00
|
|
|
}
|
|
|
|
}
|