mirror of https://github.com/home-assistant/core
11 lines
320 B
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"]
|
|
}
|