Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SCAN_INTERVAL = timedelta(seconds=180) | |
The Dexcom integration.
| bool homeassistant.components.dexcom.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Dexcom from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.dexcom.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 58 of file __init__.py.
|
private |
Definition at line 16 of file __init__.py.
| homeassistant.components.dexcom.SCAN_INTERVAL = timedelta(seconds=180) |
Definition at line 18 of file __init__.py.