mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add elevation to base strings for config flows (#42377)
This commit is contained in:
parent
caa378d7aa
commit
5f3384fc8a
@ -8,7 +8,7 @@
|
|||||||
"name": "[%key:common::config_flow::data::name%]",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "[%key:common::config_flow::data::longitude%]",
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||||||
"elevation": "Elevation"
|
"elevation": "[%key:common::config_flow::data::elevation%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"title": "Fill in your information",
|
"title": "Fill in your information",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"elevation": "Elevation",
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
||||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||||
"longitude": "[%key:common::config_flow::data::longitude%]"
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
"api_token": "API Token",
|
"api_token": "API Token",
|
||||||
"ssl": "Uses an SSL certificate",
|
"ssl": "Uses an SSL certificate",
|
||||||
"verify_ssl": "Verify SSL certificate",
|
"verify_ssl": "Verify SSL certificate",
|
||||||
|
"elevation": "Elevation",
|
||||||
"longitude": "Longitude",
|
"longitude": "Longitude",
|
||||||
"latitude": "Latitude",
|
"latitude": "Latitude",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user