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

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

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

Detailed Description

The Growatt server PV inverter sensor integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 10 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 19 of file __init__.py.