1 """The Growatt server PV inverter sensor integration."""
3 from homeassistant
import config_entries
7 from .const
import PLATFORMS
13 """Load the saved entities."""
15 await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
20 """Unload a config entry."""
21 return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
bool async_setup_entry(HomeAssistant hass, config_entries.ConfigEntry entry)
bool async_unload_entry(HomeAssistant hass, ConfigEntry entry)