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

Classes

class  ThinQEntity
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 EMPTY_STATE = PropertyState()
 

Detailed Description

Base class for ThinQ entities.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file entity.py.

◆ EMPTY_STATE

homeassistant.components.lg_thinq.entity.EMPTY_STATE = PropertyState()

Definition at line 25 of file entity.py.