1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/geocaching/manifest.json
2025-12-14 21:07:31 +01:00

12 lines
353 B
JSON

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