Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.motion_blinds.gateway Namespace Reference

Classes

class  ConnectMotionGateway
 

Functions

def device_name (blind)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Code to handle a Motion Gateway.

Function Documentation

◆ device_name()

def homeassistant.components.motion_blinds.gateway.device_name (   blind)
Construct common name part of a device.

Definition at line 16 of file gateway.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.motion_blinds.gateway._LOGGER = logging.getLogger(__name__)
private

Definition at line 13 of file gateway.py.