Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.dexcom.const Namespace Reference

Variables

string CONF_SERVER = "server"
 
string DOMAIN = "dexcom"
 
list PLATFORMS = [Platform.SENSOR]
 
string SERVER_OUS = "EU"
 
string SERVER_US = "US"
 

Detailed Description

Constants for the Dexcom integration.

Variable Documentation

◆ CONF_SERVER

string homeassistant.components.dexcom.const.CONF_SERVER = "server"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.dexcom.const.DOMAIN = "dexcom"

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.dexcom.const.PLATFORMS = [Platform.SENSOR]

Definition at line 6 of file const.py.

◆ SERVER_OUS

string homeassistant.components.dexcom.const.SERVER_OUS = "EU"

Definition at line 10 of file const.py.

◆ SERVER_US

string homeassistant.components.dexcom.const.SERVER_US = "US"

Definition at line 11 of file const.py.