mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"title": "Geolocation",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::geo_location::title%]",
|
|
"state_attributes": {
|
|
"latitude": {
|
|
"name": "Latitude"
|
|
},
|
|
"longitude": {
|
|
"name": "Longitude"
|
|
},
|
|
"source": {
|
|
"name": "Source"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|