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

Classes

class  BatterySensor
 
class  MotionblindsBLESensorEntity
 
class  MotionblindsBLESensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 _T = TypeVar("_T")
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Sensor entities for the Motionblinds BLE integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 97 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 44 of file sensor.py.

◆ _T

homeassistant.components.motionblinds_ble.sensor._T = TypeVar("_T")
private

Definition at line 48 of file sensor.py.

◆ PARALLEL_UPDATES

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

Definition at line 46 of file sensor.py.