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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 sensor
 
 system_health
 

Functions

bool async_setup_entry (HomeAssistant hass, AirlyConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, AirlyConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 AirlyConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The Airly integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.airly.async_setup_entry ( HomeAssistant  hass,
AirlyConfigEntry  entry 
)
Set up Airly as config entry.

Definition at line 25 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.airly.async_unload_entry ( HomeAssistant  hass,
AirlyConfigEntry  entry 
)
Unload a config entry.

Definition at line 83 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file __init__.py.

◆ AirlyConfigEntry

homeassistant.components.airly.AirlyConfigEntry

Definition at line 22 of file __init__.py.

◆ PLATFORMS

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

Definition at line 18 of file __init__.py.