mirror of https://github.com/home-assistant/core
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"domain": "aprs",
|
|
"name": "APRS",
|
|
"codeowners": ["@PhilRW"],
|
|
"documentation": "https://www.home-assistant.io/integrations/aprs",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aprslib", "geographiclib", "geopy"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["aprslib==0.7.2", "geopy==2.3.0"]
|
|
}
|