core/homeassistant/components/garages_amsterdam/strings.json

47 lines
1.1 KiB
JSON

{
"title": "Garages Amsterdam",
"config": {
"step": {
"user": {
"description": "Select a garage from the list",
"data": {
"garage_name": "Garage name"
},
"data_description": {
"garage_name": "The name of the garage you want to monitor."
}
}
},
"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",
"unit_of_measurement": "cars"
},
"free_space_long": {
"name": "Long parking free space",
"unit_of_measurement": "cars"
},
"short_capacity": {
"name": "Short parking capacity",
"unit_of_measurement": "cars"
},
"long_capacity": {
"name": "Long parking capacity",
"unit_of_measurement": "cars"
}
},
"binary_sensor": {
"state": {
"name": "State"
}
}
}
}