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:
committed by
GitHub
parent
29d06cfcc9
commit
7b40e3b8a7
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user