core/homeassistant/components/aprs/manifest.json

8 lines
196 B
JSON
Raw Normal View History

{
"domain": "aprs",
"name": "APRS",
"documentation": "https://www.home-assistant.io/integrations/aprs",
"codeowners": ["@PhilRW"],
2020-04-11 13:39:09 +00:00
"requirements": ["aprslib==0.6.46", "geopy==1.21.0"]
}