Skip to content

Commit

Permalink
And model for scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 1, 2024
1 parent cc075a2 commit 8664733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/teslemetry/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from dataclasses import dataclass

from tesla_fleet_api import EnergySpecific, VehicleSpecific
from tesla_fleet_api.const import Scopes

from .coordinator import (
TeslemetryEnergyDataCoordinator,
Expand All @@ -18,6 +19,7 @@ class TeslemetryData:

vehicles: list[TeslemetryVehicleData]
energysites: list[TeslemetryEnergyData]
scopes: list[Scopes]


@dataclass
Expand Down

0 comments on commit 8664733

Please sign in to comment.