hass-core/homeassistant/components/google_maps/manifest.json
Guy Khmelnitsky 22a1c8f00f
Bump locationsharinglib to 5.0.0 (#90790)
* Update GoogleMaps intergration dependency

* Update requirements_all.txt
2023-04-04 11:43:20 -07:00

9 lines
270 B
JSON

{
"domain": "google_maps",
"name": "Google Maps",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/google_maps",
"iot_class": "cloud_polling",
"loggers": ["locationsharinglib"],
"requirements": ["locationsharinglib==5.0.0"]
}