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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 
 types
 

Functions

bool async_setup_entry (HomeAssistant hass, SolarEdgeConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, SolarEdgeConfigEntry entry)
 

Variables

list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The SolarEdge integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.solaredge.async_setup_entry ( HomeAssistant  hass,
SolarEdgeConfigEntry  entry 
)
Set up SolarEdge from a config entry.

Definition at line 21 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.solaredge.async_unload_entry ( HomeAssistant  hass,
SolarEdgeConfigEntry  entry 
)
Unload SolarEdge config entry.

Definition at line 45 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.solaredge.PLATFORMS = [Platform.SENSOR]

Definition at line 18 of file __init__.py.