core/homeassistant/components/gpsd/manifest.json

11 lines
266 B
JSON
Raw Normal View History

{
"domain": "gpsd",
"name": "GPSD",
2024-01-31 17:38:14 +00:00
"codeowners": ["@fabaff", "@jrieger"],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/gpsd",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["gps3"],
"requirements": ["gps3==0.33.3"]
}