Add translations for Geolocation (#89880)
This commit is contained in:
parent
5657fcd1e8
commit
db5a7b0e5e
1 changed files with 19 additions and 0 deletions
19
homeassistant/components/geo_location/strings.json
Normal file
19
homeassistant/components/geo_location/strings.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"title": "Geolocation",
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "[%key:component::geo_location::title%]",
|
||||
"state_attributes": {
|
||||
"latitude": {
|
||||
"name": "Latitude"
|
||||
},
|
||||
"longitude": {
|
||||
"name": "Longitude"
|
||||
},
|
||||
"source": {
|
||||
"name": "Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue