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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 

Functions

None _async_update_listener (HomeAssistant hass, AwairConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, AwairConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, AwairConfigEntry config_entry)
 

Variables

list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The awair component.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.awair._async_update_listener ( HomeAssistant  hass,
AwairConfigEntry  entry 
)
private
Handle options update.

Definition at line 44 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.awair.async_setup_entry ( HomeAssistant  hass,
AwairConfigEntry   config_entry 
)
Set up Awair integration from a config entry.

Definition at line 19 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.awair.async_unload_entry ( HomeAssistant  hass,
AwairConfigEntry   config_entry 
)
Unload Awair configuration.

Definition at line 50 of file __init__.py.

Variable Documentation

◆ PLATFORMS

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

Definition at line 16 of file __init__.py.