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

Classes

class  GoodweNumberEntityDescription
 
class  InverterNumberEntity
 

Functions

str _get_setting_unit (Inverter inverter, str setting)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple NUMBERS
 

Detailed Description

GoodWe PV inverter numeric settings entities.

Function Documentation

◆ _get_setting_unit()

str homeassistant.components.goodwe.number._get_setting_unit ( Inverter  inverter,
str  setting 
)
private
Return the unit of an inverter setting.

Definition at line 36 of file number.py.

◆ async_setup_entry()

None homeassistant.components.goodwe.number.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 87 of file number.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file number.py.

◆ NUMBERS

tuple homeassistant.components.goodwe.number.NUMBERS

Definition at line 41 of file number.py.