Skip to content

Commit 0f59c17

Browse files
authored
Add integration_type service to dexcom (home-assistant#158928)
1 parent 6253ade commit 0f59c17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/dexcom/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@gagebenne"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/dexcom",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["pydexcom"],
910
"requirements": ["pydexcom==0.2.3"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
},
13271327
"dexcom": {
13281328
"name": "Dexcom",
1329-
"integration_type": "hub",
1329+
"integration_type": "service",
13301330
"config_flow": true,
13311331
"iot_class": "cloud_polling"
13321332
},

0 commit comments

Comments
 (0)