Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sunweg Namespace Reference

Namespaces

 config_flow
 
 const
 
 sensor
 

Classes

class  SunWEGData
 

Functions

bool async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = datetime.timedelta(minutes=5)
 

Detailed Description

The Sun WEG inverter sensor integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.sunweg.async_setup_entry ( HomeAssistant  hass,
config_entries.ConfigEntry   entry 
)
Load the saved entities.

Definition at line 25 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.sunweg.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 39 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.sunweg._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.sunweg.SCAN_INTERVAL = datetime.timedelta(minutes=5)

Definition at line 20 of file __init__.py.