core/homeassistant/components/geocaching/manifest.json

11 lines
320 B
JSON

{
"domain": "geocaching",
"name": "Geocaching",
"codeowners": ["@Sholofly", "@reinder83"],
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/geocaching",
"iot_class": "cloud_polling",
"requirements": ["geocachingapi==0.2.1"]
}