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

Classes

class  ThinQEventEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 ERROR_EVENT_DESC
 
 NOTIFICATION_EVENT_DESC
 

Detailed Description

Support for event entity.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lg_thinq.event.async_setup_entry ( HomeAssistant  hass,
ThinqConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up an entry for event platform.

Definition at line 57 of file event.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 54 of file event.py.

◆ ERROR_EVENT_DESC

homeassistant.components.lg_thinq.event.ERROR_EVENT_DESC
Initial value:
1 = EventEntityDescription(
2  key=ThinQPropertyEx.ERROR,
3  translation_key=ThinQPropertyEx.ERROR,
4 )

Definition at line 22 of file event.py.

◆ NOTIFICATION_EVENT_DESC

homeassistant.components.lg_thinq.event.NOTIFICATION_EVENT_DESC
Initial value:
1 = EventEntityDescription(
2  key=ThinQPropertyEx.NOTIFICATION,
3  translation_key=ThinQPropertyEx.NOTIFICATION,
4 )

Definition at line 18 of file event.py.