mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
12 lines
303 B
JSON
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"]
|
|
}
|