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

Namespaces

 config_flow
 
 const
 
 entity
 
 sensor
 

Classes

class  Connector
 

Functions

bool async_setup_entry (HomeAssistant hass, BlueCurrentConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, BlueCurrentConfigEntry config_entry)
 

Variables

 BlueCurrentConfigEntry
 
string CHARGE_POINTS = "CHARGE_POINTS"
 
string DATA = "data"
 
int DELAY = 5
 
string GRID = "GRID"
 
string OBJECT = "object"
 
list PLATFORMS = [Platform.SENSOR]
 
list VALUE_TYPES = ["CH_STATUS"]
 

Detailed Description

The Blue Current integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.blue_current.async_setup_entry ( HomeAssistant  hass,
BlueCurrentConfigEntry   config_entry 
)
Set up Blue Current as a config entry.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.blue_current.async_unload_entry ( HomeAssistant  hass,
BlueCurrentConfigEntry   config_entry 
)
Unload the Blue Current config entry.

Definition at line 62 of file __init__.py.

Variable Documentation

◆ BlueCurrentConfigEntry

homeassistant.components.blue_current.BlueCurrentConfigEntry

Definition at line 25 of file __init__.py.

◆ CHARGE_POINTS

string homeassistant.components.blue_current.CHARGE_POINTS = "CHARGE_POINTS"

Definition at line 28 of file __init__.py.

◆ DATA

string homeassistant.components.blue_current.DATA = "data"

Definition at line 29 of file __init__.py.

◆ DELAY

int homeassistant.components.blue_current.DELAY = 5

Definition at line 30 of file __init__.py.

◆ GRID

string homeassistant.components.blue_current.GRID = "GRID"

Definition at line 32 of file __init__.py.

◆ OBJECT

string homeassistant.components.blue_current.OBJECT = "object"

Definition at line 33 of file __init__.py.

◆ PLATFORMS

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

Definition at line 27 of file __init__.py.

◆ VALUE_TYPES

list homeassistant.components.blue_current.VALUE_TYPES = ["CH_STATUS"]

Definition at line 34 of file __init__.py.