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

Classes

class  MotionblindsBLECoverEntity
 
class  MotionblindsBLECoverEntityDescription
 
class  PositionCover
 
class  PositionTiltCover
 
class  TiltCover
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 BLIND_ENTITY_DESCRIPTION
 
 CURTAIN_ENTITY_DESCRIPTION
 
 SHADE_ENTITY_DESCRIPTION
 
 VERTICAL_ENTITY_DESCRIPTION
 

Detailed Description

Cover entities for the Motionblinds Bluetooth integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.motionblinds_ble.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up cover entity based on a config entry.

Definition at line 63 of file cover.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file cover.py.

◆ BLIND_ENTITY_DESCRIPTION

homeassistant.components.motionblinds_ble.cover.BLIND_ENTITY_DESCRIPTION
Initial value:
1 = MotionblindsBLECoverEntityDescription(
2  device_class=CoverDeviceClass.BLIND
3 )

Definition at line 41 of file cover.py.

◆ CURTAIN_ENTITY_DESCRIPTION

homeassistant.components.motionblinds_ble.cover.CURTAIN_ENTITY_DESCRIPTION
Initial value:
1 = MotionblindsBLECoverEntityDescription(
2  device_class=CoverDeviceClass.CURTAIN
3 )

Definition at line 44 of file cover.py.

◆ SHADE_ENTITY_DESCRIPTION

homeassistant.components.motionblinds_ble.cover.SHADE_ENTITY_DESCRIPTION
Initial value:
1 = MotionblindsBLECoverEntityDescription(
2  device_class=CoverDeviceClass.SHADE
3 )

Definition at line 38 of file cover.py.

◆ VERTICAL_ENTITY_DESCRIPTION

homeassistant.components.motionblinds_ble.cover.VERTICAL_ENTITY_DESCRIPTION
Initial value:
1 = MotionblindsBLECoverEntityDescription(
2  device_class=CoverDeviceClass.CURTAIN, icon=ICON_VERTICAL_BLIND
3 )

Definition at line 47 of file cover.py.