mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 03:47:14 +00: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"]
|
|
}
|