mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
12 lines
353 B
JSON
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"]
|
|
}
|