Skip to content

Commit

Permalink
Remove connectivity listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Nov 6, 2024
1 parent 62e1c25 commit e2e9140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/teslemetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ def handle_connectivity(data: dict) -> None:
handle_state,
{"vin": vehicle.vin, "state": None},
),
vehicle.stream.async_add_listener(
handle_connectivity,
{"vin": vehicle.vin, "status": None},
),
#vehicle.stream.async_add_listener(
# handle_connectivity,
# {"vin": vehicle.vin, "status": None},
#),
)

except TeslemetryStreamVehicleNotConfigured:
Expand Down

0 comments on commit e2e9140

Please sign in to comment.