1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/homeassistant/components/dexcom/manifest.json
2026-01-29 12:47:05 +01:00

12 lines
303 B
JSON

{
"domain": "dexcom",
"name": "Dexcom",
"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.5.1"]
}