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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 sensor
 

Functions

None async_reload_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 DEFAULT_UPDATE_INTERVAL = timedelta(minutes=5)
 

Detailed Description

The WattTime integration.

Function Documentation

◆ async_reload_entry()

None homeassistant.components.watttime.async_reload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Handle an options update.

Definition at line 87 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.watttime.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up WattTime from a config entry.

Definition at line 31 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 78 of file __init__.py.

Variable Documentation

◆ DEFAULT_UPDATE_INTERVAL

homeassistant.components.watttime.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=5)

Definition at line 26 of file __init__.py.