1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/zamg/strings.json
2023-12-18 15:47:44 +01:00

23 lines
725 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"description": "Set up GeoSphere Austria 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 GeoSphere Austria"
},
"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%]"
}
}
}