Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wallbox.sensor Namespace Reference

Classes

class  WallboxSensor
 
class  WallboxSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CHARGER_STATION = "station"
 
int UPDATE_INTERVAL = 30
 

Detailed Description

Home Assistant component for accessing the Wallbox Portal API. The sensor component creates multiple sensors regarding wallbox performance.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.wallbox.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Create wallbox sensor entities in HASS.

Definition at line 159 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wallbox.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 53 of file sensor.py.

◆ CHARGER_STATION

string homeassistant.components.wallbox.sensor.CHARGER_STATION = "station"

Definition at line 50 of file sensor.py.

◆ UPDATE_INTERVAL

int homeassistant.components.wallbox.sensor.UPDATE_INTERVAL = 30

Definition at line 51 of file sensor.py.