1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/gpsd/manifest.json
2023-02-08 20:27:05 +01:00

10 lines
231 B
JSON

{
"domain": "gpsd",
"name": "GPSD",
"codeowners": ["@fabaff"],
"documentation": "https://www.home-assistant.io/integrations/gpsd",
"iot_class": "local_polling",
"loggers": ["gps3"],
"requirements": ["gps3==0.33.3"]
}