Skip to content

Commit

Permalink
fix: Removed unused/undocumented attribute from intelligent dispatchi…
Browse files Browse the repository at this point in the history
…ng sensor
  • Loading branch information
BottlecapDave committed Aug 20, 2023
1 parent 8a00c1c commit 56657a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, hass: HomeAssistant, coordinator, device):
self._attributes = {
"planned_dispatches": [],
"completed_dispatches": [],
"last_retrieved": None,
"last_updated_timestamp": None,
"vehicle_battery_size_in_kwh": device["vehicleBatterySizeInKwh"],
"charge_point_power_in_kw": device["chargePointPowerInKw"]
}
Expand Down

0 comments on commit 56657a2

Please sign in to comment.