Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Jan 17, 2024
1 parent 6194c26 commit c1b5b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teslabot/tesla.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def __init__(self,
self.location_detail = LocationDetail.Full
self.cached_vehicle_list = []
self.override_vehicles_lc = {x.lower().strip() for x in self.config.get("tesla", "override_vehicles", fallback="", empty_is_none=False).split(",")}
logger.debug(f'override vehicles lc: {self.config.get("tesla", "override_vehicles", fallback="", empty_is_none=False))}')
self._prev_info = {}
control.callback = self
cache_loader: Union[Callable[[], Dict[str, Any]], None] = None
Expand Down

0 comments on commit c1b5b7a

Please sign in to comment.