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

Classes

class  HomematicipBlindModule
 
class  HomematicipCoverShutter
 
class  HomematicipCoverShutterGroup
 
class  HomematicipCoverSlats
 
class  HomematicipGarageDoorModule
 
class  HomematicipMultiCoverShutter
 
class  HomematicipMultiCoverSlats
 

Functions

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

Variables

int HMIP_COVER_CLOSED = 1
 
int HMIP_COVER_OPEN = 0
 
int HMIP_SLATS_CLOSED = 1
 
int HMIP_SLATS_OPEN = 0
 

Detailed Description

Support for HomematicIP Cloud cover devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.homematicip_cloud.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the HomematicIP cover from a config entry.

Definition at line 38 of file cover.py.

Variable Documentation

◆ HMIP_COVER_CLOSED

int homeassistant.components.homematicip_cloud.cover.HMIP_COVER_CLOSED = 1

Definition at line 33 of file cover.py.

◆ HMIP_COVER_OPEN

int homeassistant.components.homematicip_cloud.cover.HMIP_COVER_OPEN = 0

Definition at line 32 of file cover.py.

◆ HMIP_SLATS_CLOSED

int homeassistant.components.homematicip_cloud.cover.HMIP_SLATS_CLOSED = 1

Definition at line 35 of file cover.py.

◆ HMIP_SLATS_OPEN

int homeassistant.components.homematicip_cloud.cover.HMIP_SLATS_OPEN = 0

Definition at line 34 of file cover.py.