1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/homeassistant/components/zamg/strings.json
2025-10-28 10:33:10 +01:00

23 lines
725 B
JSON

{
"config": {
"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%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"station_not_found": "Station ID not found at GeoSphere Austria"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"station_id": "Station ID (Defaults to nearest station)"
},
"description": "Set up GeoSphere Austria to integrate with Home Assistant."
}
}
}
}