1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00
Files
core/homeassistant/components/dexcom/manifest.json
2021-12-19 13:05:51 +01:00

10 lines
243 B
JSON

{
"domain": "dexcom",
"name": "Dexcom",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dexcom",
"requirements": ["pydexcom==0.2.2"],
"codeowners": ["@gagebenne"],
"iot_class": "cloud_polling"
}