Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tellstick.entity Namespace Reference

Classes

class  TellstickDevice
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 TELLSTICK_LOCK = threading.RLock()
 

Detailed Description

Support for Tellstick.

Variable Documentation

◆ _LOGGER

homeassistant.components.tellstick.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 14 of file entity.py.

◆ TELLSTICK_LOCK

homeassistant.components.tellstick.entity.TELLSTICK_LOCK = threading.RLock()

Definition at line 18 of file entity.py.