mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
36 lines
756 B
JSON
36 lines
756 B
JSON
[
|
|
{
|
|
"code": "vilnius",
|
|
"name": "Vilnius",
|
|
"administrativeDivision": "Vilniaus miesto savivaldybė",
|
|
"country": "Lietuva",
|
|
"countryCode": "LT",
|
|
"coordinates": {
|
|
"latitude": 54.68705,
|
|
"longitude": 25.28291
|
|
}
|
|
},
|
|
{
|
|
"code": "kaunas",
|
|
"name": "Kaunas",
|
|
"administrativeDivision": "Kauno miesto savivaldybė",
|
|
"country": "Lietuva",
|
|
"countryCode": "LT",
|
|
"coordinates": {
|
|
"latitude": 54.90272,
|
|
"longitude": 23.95952
|
|
}
|
|
},
|
|
{
|
|
"code": "klaipeda",
|
|
"name": "Klaipėda",
|
|
"administrativeDivision": "Klaipėdos miesto savivaldybė",
|
|
"country": "Lietuva",
|
|
"countryCode": "LT",
|
|
"coordinates": {
|
|
"latitude": 55.70329,
|
|
"longitude": 21.14427
|
|
}
|
|
}
|
|
]
|