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

Namespaces

 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 cover
 
 diagnostics
 
 entity
 
 light
 
 models
 
 select
 
 sensor
 
 switch
 
 update
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int ADVANTAGE_AIR_SYNC_INTERVAL = 15
 
 AdvantageAirDataConfigEntry
 
list PLATFORMS
 
float REQUEST_REFRESH_DELAY = 0.5
 

Detailed Description

Advantage Air climate integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.advantage_air.async_setup_entry ( HomeAssistant  hass,
AdvantageAirDataConfigEntry   entry 
)
Set up Advantage Air config.

Definition at line 36 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.advantage_air.async_unload_entry ( HomeAssistant  hass,
AdvantageAirDataConfigEntry   entry 
)
Unload Advantage Air Config.

Definition at line 76 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 32 of file __init__.py.

◆ ADVANTAGE_AIR_SYNC_INTERVAL

int homeassistant.components.advantage_air.ADVANTAGE_AIR_SYNC_INTERVAL = 15

Definition at line 20 of file __init__.py.

◆ AdvantageAirDataConfigEntry

homeassistant.components.advantage_air.AdvantageAirDataConfigEntry

Definition at line 18 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.advantage_air.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.CLIMATE,
4  Platform.COVER,
5  Platform.LIGHT,
6  Platform.SELECT,
7  Platform.SENSOR,
8  Platform.SWITCH,
9  Platform.UPDATE,
10 ]

Definition at line 21 of file __init__.py.

◆ REQUEST_REFRESH_DELAY

float homeassistant.components.advantage_air.REQUEST_REFRESH_DELAY = 0.5

Definition at line 33 of file __init__.py.