2021-05-15 18:43:12 +00:00
|
|
|
{
|
|
|
|
"title": "Garages Amsterdam",
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Pick a garage to monitor",
|
|
|
|
"data": { "garage_name": "Garage name" }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
}
|
2023-08-30 07:46:28 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"free_space_short": {
|
|
|
|
"name": "Short parking free space"
|
|
|
|
},
|
|
|
|
"free_space_long": {
|
|
|
|
"name": "Long parking free space"
|
|
|
|
},
|
|
|
|
"short_capacity": {
|
|
|
|
"name": "Short parking capacity"
|
|
|
|
},
|
|
|
|
"long_capacity": {
|
|
|
|
"name": "Long parking capacity"
|
|
|
|
}
|
|
|
|
}
|
2021-05-15 18:43:12 +00:00
|
|
|
}
|
|
|
|
}
|