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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 sensor
 

Functions

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

Variables

 PureEnergieConfigEntry
 

Detailed Description

The Pure Energie integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.pure_energie.async_setup_entry ( HomeAssistant  hass,
PureEnergieConfigEntry  entry 
)
Set up Pure Energie from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.pure_energie.async_unload_entry ( HomeAssistant  hass,
PureEnergieConfigEntry   entry 
)
Unload Pure Energie config entry.

Definition at line 33 of file __init__.py.

Variable Documentation

◆ PureEnergieConfigEntry

homeassistant.components.pure_energie.PureEnergieConfigEntry

Definition at line 14 of file __init__.py.