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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 sensor
 
 services
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The easyEnergy integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.easyenergy.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the easyEnergy services.

Definition at line 20 of file __init__.py.

◆ async_setup_entry()

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

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.easyenergy.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload easyEnergy config entry.

Definition at line 45 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.easyenergy.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 17 of file __init__.py.

◆ PLATFORMS

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

Definition at line 16 of file __init__.py.