core/homeassistant/components/dexcom/manifest.json

11 lines
270 B
JSON
Raw Normal View History

2020-07-02 00:14:54 +00:00
{
"domain": "dexcom",
"name": "Dexcom",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dexcom",
2022-02-24 06:05:45 +00:00
"requirements": ["pydexcom==0.2.3"],
"codeowners": ["@gagebenne"],
"iot_class": "cloud_polling",
"loggers": ["pydexcom"]
2020-07-02 00:14:54 +00:00
}