core/homeassistant/components/geocaching/manifest.json

11 lines
320 B
JSON

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