Skip to content

Commit 7b40e3b

Browse files
authored
Add integration_type service to geocaching (home-assistant#159030)
1 parent 29d06cf commit 7b40e3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/geocaching/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["application_credentials"],
77
"documentation": "https://www.home-assistant.io/integrations/geocaching",
8+
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"requirements": ["geocachingapi==0.3.0"]
1011
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@
23272327
},
23282328
"geocaching": {
23292329
"name": "Geocaching",
2330-
"integration_type": "hub",
2330+
"integration_type": "service",
23312331
"config_flow": true,
23322332
"iot_class": "cloud_polling"
23332333
},

0 commit comments

Comments
 (0)