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

Classes

class  ThinQSwitchEntity
 
class  ThinQSwitchEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for switch entities.

Function Documentation

◆ async_setup_entry()

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

Definition at line 148 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 145 of file switch.py.