mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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%]",
|
||||
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||||
"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",
|
||||
"data": {
|
||||
"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%]",
|
||||
"longitude": "[%key:common::config_flow::data::longitude%]"
|
||||
}
|
||||
|
@ -40,6 +40,7 @@
|
||||
"api_token": "API Token",
|
||||
"ssl": "Uses an SSL certificate",
|
||||
"verify_ssl": "Verify SSL certificate",
|
||||
"elevation": "Elevation",
|
||||
"longitude": "Longitude",
|
||||
"latitude": "Latitude",
|
||||
"location": "Location",
|
||||
|
Loading…
x
Reference in New Issue
Block a user