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

Classes

class  InverterOperationModeEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 OPERATION_MODE
 

Detailed Description

GoodWe PV inverter selection settings entities.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.goodwe.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the inverter select entities from a config entry.

Definition at line 40 of file select.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file select.py.

◆ OPERATION_MODE

homeassistant.components.goodwe.select.OPERATION_MODE
Initial value:
1 = SelectEntityDescription(
2  key="operation_mode",
3  entity_category=EntityCategory.CONFIG,
4  translation_key="operation_mode",
5 )

Definition at line 33 of file select.py.