23 lines
699 B
JSON
23 lines
699 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up ZAMG to integrate with Home Assistant.",
|
|
"data": {
|
|
"station_id": "Station ID (Defaults to nearest station)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"station_not_found": "Station ID not found at zamg"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"station_not_found": "[%key:component::zamg::config::error::station_not_found%]"
|
|
}
|
|
}
|
|
}
|