Skip to content

Commit

Permalink
Update energyspecific.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 21, 2024
1 parent e7f1617 commit 696b5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tesla_fleet_api/energyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def backup(self, backup_reserve_percent: int) -> dict[str, Any]:

async def backup_history(
self,
period: TeslaEnergyPeriod | str | None,
period: TeslaEnergyPeriod | str,
start_date: str | None = None,
end_date: str | None = None,
time_zone: str | None = None,
Expand Down Expand Up @@ -59,7 +59,7 @@ async def charge_history(

async def energy_history(
self,
period: TeslaEnergyPeriod | str | None,
period: TeslaEnergyPeriod | str,
start_date: str | None = None,
end_date: str | None = None,
time_zone: str | None = None,
Expand Down

0 comments on commit 696b5f2

Please sign in to comment.