Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| data | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AzureDevOpsConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AzureDevOpsConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
Support for Azure DevOps.
| bool homeassistant.components.azure_devops.async_setup_entry | ( | HomeAssistant | hass, |
| AzureDevOpsConfigEntry | entry | ||
| ) |
Set up Azure DevOps from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.azure_devops.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Azure DevOps config entry.
Definition at line 50 of file __init__.py.
|
private |
Definition at line 16 of file __init__.py.
| homeassistant.components.azure_devops.AzureDevOpsConfigEntry |
Definition at line 14 of file __init__.py.
| list homeassistant.components.azure_devops.PLATFORMS = [Platform.SENSOR] |
Definition at line 18 of file __init__.py.