Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.azure_devops Namespace Reference

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]
 

Detailed Description

Support for Azure DevOps.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.azure_devops._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file __init__.py.

◆ AzureDevOpsConfigEntry

homeassistant.components.azure_devops.AzureDevOpsConfigEntry

Definition at line 14 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.azure_devops.PLATFORMS = [Platform.SENSOR]

Definition at line 18 of file __init__.py.