17 lines
448 B
JSON
17 lines
448 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%]"
|
||
|
}
|
||
|
}
|
||
|
}
|