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 |
Home Assistant component for accessing the Wallbox Portal API. The sensor component creates multiple sensors regarding wallbox performance.
| None homeassistant.components.wallbox.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.wallbox.sensor.CHARGER_STATION = "station" |