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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 number
 
 select
 
 sensor
 
 switch
 

Functions

None async_reload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_remove_config_entry_device (HomeAssistant hass, EnphaseConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, EnphaseConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, EnphaseConfigEntry entry)
 

Detailed Description

The Enphase Envoy integration.

Function Documentation

◆ async_reload_entry()

None homeassistant.components.enphase_envoy.async_reload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Reload the config entry when it changed.

Definition at line 68 of file __init__.py.

◆ async_remove_config_entry_device()

bool homeassistant.components.enphase_envoy.async_remove_config_entry_device ( HomeAssistant  hass,
EnphaseConfigEntry  config_entry,
dr.DeviceEntry   device_entry 
)
Remove an enphase_envoy config entry from a device.

Definition at line 80 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.enphase_envoy.async_setup_entry ( HomeAssistant  hass,
EnphaseConfigEntry  entry 
)
Set up Enphase Envoy from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.enphase_envoy.async_unload_entry ( HomeAssistant  hass,
EnphaseConfigEntry  entry 
)
Unload a config entry.

Definition at line 73 of file __init__.py.