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

Classes

class  WallboxNumber
 
class  WallboxNumberEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
float min_charging_current_value (WallboxCoordinator coordinator)
 

Detailed Description

Home Assistant component for accessing the Wallbox Portal API.

The number component allows control of charging current.

Function Documentation

◆ async_setup_entry()

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

Definition at line 84 of file number.py.

◆ min_charging_current_value()

float homeassistant.components.wallbox.number.min_charging_current_value ( WallboxCoordinator  coordinator)
Return the minimum available value for charging current.

Definition at line 33 of file number.py.