Closed pdcastro closed 9 months ago
Tested with Home Assistant version 2024.1.6
.
Also, if contributors used pylint
...
$ pylint custom_components/volkswagen_we_connect_id/device_tracker.py
************* Module volkswagen_we_connect_id.device_tracker
custom_components/volkswagen_we_connect_id/device_tracker.py:8:63: E0001: Parsing failed: 'invalid syntax (<unknown>, line 8)' (syntax-error)
Following PR #238, my home assistant logs started showing this stack trace:
Indeed:
Before this PR (after PR #238):
After this PR:
Tested with both Python 3.11 and 3.12 — same results.