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

Classes

class  ZhaCover
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for ZHA covers.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zha.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Zigbee Home Automation cover from config entry.

Definition at line 40 of file cover.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 37 of file cover.py.