1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type service to geocaching (#159030)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 21:07:31 +01:00
committed by GitHub
parent 29d06cfcc9
commit 7b40e3b8a7
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"config_flow": true, "config_flow": true,
"dependencies": ["application_credentials"], "dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/geocaching", "documentation": "https://www.home-assistant.io/integrations/geocaching",
"integration_type": "service",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"requirements": ["geocachingapi==0.3.0"] "requirements": ["geocachingapi==0.3.0"]
} }

View File

@@ -2327,7 +2327,7 @@
}, },
"geocaching": { "geocaching": {
"name": "Geocaching", "name": "Geocaching",
"integration_type": "hub", "integration_type": "service",
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },