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

Classes

class  Airtouch5ZoneOpenPercentage
 

Functions

None async_setup_entry (HomeAssistant hass, Airtouch5ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Representation of the Damper for AirTouch 5 Devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.airtouch5.cover.async_setup_entry ( HomeAssistant  hass,
Airtouch5ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Airtouch 5 Cover entities.

Definition at line 32 of file cover.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.airtouch5.cover._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file cover.py.