core/homeassistant/components/aprs/manifest.json

12 lines
230 B
JSON

{
"domain": "aprs",
"name": "APRS",
"documentation": "https://www.home-assistant.io/integrations/aprs",
"dependencies": [],
"codeowners": ["@PhilRW"],
"requirements": [
"aprslib==0.6.46",
"geopy==1.19.0"
]
}