mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add longitude and latitude common strings (#40963)
This commit is contained in:
parent
e0d14603f1
commit
480066ba63
@ -7,8 +7,8 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"name": "Name of the integration",
|
"name": "Name of the integration",
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"name": "Name of the integration",
|
"name": "Name of the integration",
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"description": "Use the AirVisual cloud API to monitor a geographical location.",
|
"description": "Use the AirVisual cloud API to monitor a geographical location.",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_pro": {
|
"node_pro": {
|
||||||
@ -47,4 +47,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,10 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Configure Flu Near You",
|
"title": "Configure Flu Near You",
|
||||||
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
|
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
|
||||||
"data": { "latitude": "Latitude", "longitude": "Longitude" }
|
"data": {
|
||||||
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": { "general_error": "There was an unknown error." },
|
"error": { "general_error": "There was an unknown error." },
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
|
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"mode": "Mode"
|
"mode": "Mode"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"description": "Meteorologisk institutt",
|
"description": "Meteorologisk institutt",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"elevation": "Elevation"
|
"elevation": "Elevation"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"title": "Connect to the UK Met Office",
|
"title": "Connect to the UK Met Office",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "Met Office DataPoint API key",
|
"api_key": "Met Office DataPoint API key",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -19,4 +19,4 @@
|
|||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"title": "Connect to the National Weather Service",
|
"title": "Connect to the National Weather Service",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"station": "METAR station code"
|
"station": "METAR station code"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -20,4 +20,4 @@
|
|||||||
"already_configured": "Device is already configured"
|
"already_configured": "Device is already configured"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"elevation": "Elevation",
|
"elevation": "Elevation",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"api_key": "OpenWeatherMap API key",
|
"api_key": "OpenWeatherMap API key",
|
||||||
"language": "Language",
|
"language": "Language",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"mode": "Mode",
|
"mode": "Mode",
|
||||||
"name": "Name of the integration"
|
"name": "Name of the integration"
|
||||||
},
|
},
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
"title": "Location in Sweden",
|
"title": "Location in Sweden",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"latitude": "Latitude",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "Longitude"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,7 +34,9 @@
|
|||||||
"url": "URL",
|
"url": "URL",
|
||||||
"usb_path": "USB Device Path",
|
"usb_path": "USB Device Path",
|
||||||
"access_token": "Access Token",
|
"access_token": "Access Token",
|
||||||
"api_key": "API Key"
|
"api_key": "API Key",
|
||||||
|
"longitude": "Longitude",
|
||||||
|
"latitude": "Latitude"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"authenticated": "Successfully authenticated"
|
"authenticated": "Successfully authenticated"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user