Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.enocean.dongle Namespace Reference

Classes

class  EnOceanDongle
 

Functions

def detect ()
 
def validate_path (str path)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Representation of an EnOcean dongle.

Function Documentation

◆ detect()

def homeassistant.components.enocean.dongle.detect ( )
Return a list of candidate paths for USB ENOcean dongles.

This method is currently a bit simplistic, it may need to be
improved to support more configurations and OS.

Definition at line 65 of file dongle.py.

◆ validate_path()

def homeassistant.components.enocean.dongle.validate_path ( str  path)
Return True if the provided path points to a valid serial port, False otherwise.

Definition at line 79 of file dongle.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.enocean.dongle._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file dongle.py.