mirror of https://github.com/home-assistant/core
33 lines
796 B
JSON
33 lines
796 B
JSON
{
|
|
"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%]"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|