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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 helpers
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_update_options (HomeAssistant hass, ConfigEntry entry)
 

Detailed Description

The pvpc_hourly_pricing integration to collect Spain official electric prices.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.pvpc_hourly_pricing.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up pvpc hourly pricing from a config entry.

Definition at line 15 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 44 of file __init__.py.

◆ async_update_options()

None homeassistant.components.pvpc_hourly_pricing.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle options update.

Definition at line 31 of file __init__.py.