Add integration_type service to dexcom (#158928)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:42:34 +01:00
committed by GitHub
parent 6253ade3e2
commit 0f59c17e61
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@gagebenne"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dexcom",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pydexcom"],
"requirements": ["pydexcom==0.2.3"]

View File

@@ -1326,7 +1326,7 @@
},
"dexcom": {
"name": "Dexcom",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},