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

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 AirthingsConfigEntry
 
 AirthingsDataCoordinatorType
 
 SCAN_INTERVAL = timedelta(minutes=6)
 

Detailed Description

The Airthings integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.airthings.async_setup_entry ( HomeAssistant  hass,
AirthingsConfigEntry  entry 
)
Set up Airthings from a config entry.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.airthings.async_unload_entry ( HomeAssistant  hass,
AirthingsConfigEntry  entry 
)
Unload a config entry.

Definition at line 59 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file __init__.py.

◆ AirthingsConfigEntry

homeassistant.components.airthings.AirthingsConfigEntry

Definition at line 24 of file __init__.py.

◆ AirthingsDataCoordinatorType

homeassistant.components.airthings.AirthingsDataCoordinatorType

Definition at line 23 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.airthings.SCAN_INTERVAL = timedelta(minutes=6)

Definition at line 21 of file __init__.py.