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

Classes

class  MotionblindsBLEButtonEntity
 
class  MotionblindsBLEButtonEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Button entities for the Motionblinds Bluetooth integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 55 of file button.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file button.py.

◆ PARALLEL_UPDATES

int homeassistant.components.motionblinds_ble.button.PARALLEL_UPDATES = 0

Definition at line 23 of file button.py.