1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/geo_location/strings.json
2025-10-28 10:33:10 +01:00

20 lines
350 B
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::geo_location::title%]",
"state_attributes": {
"latitude": {
"name": "Latitude"
},
"longitude": {
"name": "Longitude"
},
"source": {
"name": "Source"
}
}
}
},
"title": "Geolocation"
}