1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/garages_amsterdam/strings.json
T
2025-10-28 10:33:10 +01:00

47 lines
1.1 KiB
JSON

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