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

Namespaces

 climate
 
 config_flow
 
 const
 
 coordinator
 

Functions

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

Variables

 AirTouch4ConfigEntry
 
list PLATFORMS = [Platform.CLIMATE]
 

Detailed Description

The AirTouch4 integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.airtouch4.async_setup_entry ( HomeAssistant  hass,
AirTouch4ConfigEntry  entry 
)
Set up AirTouch4 from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.airtouch4.async_unload_entry ( HomeAssistant  hass,
AirTouch4ConfigEntry  entry 
)
Unload a config entry.

Definition at line 34 of file __init__.py.

Variable Documentation

◆ AirTouch4ConfigEntry

homeassistant.components.airtouch4.AirTouch4ConfigEntry

Definition at line 14 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.airtouch4.PLATFORMS = [Platform.CLIMATE]

Definition at line 12 of file __init__.py.