Add translations for Geolocation (#89880)

This commit is contained in:
Franck Nijhof
2023-03-17 18:52:34 +01:00
committed by GitHub
parent 5657fcd1e8
commit db5a7b0e5e

View 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"
}
}
}
}
}