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

Namespaces

 climate
 
 config_flow
 
 const
 
 cover
 
 entity
 

Functions

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

Variables

 Airtouch5ConfigEntry
 

Detailed Description

The Airtouch 5 integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.airtouch5.async_setup_entry ( HomeAssistant  hass,
Airtouch5ConfigEntry  entry 
)
Set up Airtouch 5 from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.airtouch5.async_unload_entry ( HomeAssistant  hass,
Airtouch5ConfigEntry  entry 
)
Unload a config entry.

Definition at line 38 of file __init__.py.

Variable Documentation

◆ Airtouch5ConfigEntry

homeassistant.components.airtouch5.Airtouch5ConfigEntry

Definition at line 14 of file __init__.py.