core/homeassistant/components/gpsd/manifest.json

11 lines
266 B
JSON

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