Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.huawei_lte.select Namespace Reference

Classes

class  HuaweiLteSelectEntity
 
class  HuaweiSelectEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Huawei LTE selects.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.huawei_lte.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up from config entry.

Definition at line 38 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.huawei_lte.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file select.py.