Skip to content

Commit aebd6c9

Browse files
add volkswagen-na connector
Added Volkswagen (North America only) connector to the list of supported car brands.
1 parent 48abc41 commit aebd6c9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ Python API to connect to various car services. If you are not a developer and en
2121
## Supported Car Brands
2222
CarConenctivity uses a connector plugin architecture to enable access to the services of various brands. Currently known connector plugins are:
2323

24-
| Brand | Connector | Maintainer |
25-
|----------------------------------|---------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
26-
| Skoda | [CarConnectivity-connector-skoda](https://github.com/tillsteinbach/CarConnectivity-connector-skoda) | [tillsteinbach](https://github.com/tillsteinbach) |
27-
| Volkswagen | [CarConnectivity-connector-volkswagen](https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen) | [tillsteinbach](https://github.com/tillsteinbach) |
28-
| Seat/Cupra | [CarConnectivity-connector-seatcupra](https://github.com/tillsteinbach/CarConnectivity-connector-seatcupra) | [tillsteinbach](https://github.com/tillsteinbach) |
29-
| Audi | [CarConnectivity-connector-audi](https://github.com/acfischer42/CarConnectivity-connector-audi) | [acfischer42](https://github.com/acfischer42) |
30-
| [Tronity](https://www.tronity.io) | [CarConnectivity-connector-tronity](https://github.com/tillsteinbach/CarConnectivity-connector-tronity) | [tillsteinbach](https://github.com/tillsteinbach) |
24+
| Brand | Connector | Maintainer |
25+
|----------------------------------|--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
26+
| Skoda | [CarConnectivity-connector-skoda](https://github.com/tillsteinbach/CarConnectivity-connector-skoda) | [tillsteinbach](https://github.com/tillsteinbach) |
27+
| Volkswagen | [CarConnectivity-connector-volkswagen](https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen) | [tillsteinbach](https://github.com/tillsteinbach) |
28+
| Volkswagen (North America only) | [CarConnectivity-connector-volkswagen-na](https://github.com/zackcornelius/CarConnectivity-connector-volkswagen-na)| [zackcornelius](https://github.com/zackcornelius) |
29+
| Seat/Cupra | [CarConnectivity-connector-seatcupra](https://github.com/tillsteinbach/CarConnectivity-connector-seatcupra) | [tillsteinbach](https://github.com/tillsteinbach) |
30+
| Audi | [CarConnectivity-connector-audi](https://github.com/acfischer42/CarConnectivity-connector-audi) | [acfischer42](https://github.com/acfischer42) |
31+
| [Tronity](https://www.tronity.io) | [CarConnectivity-connector-tronity](https://github.com/tillsteinbach/CarConnectivity-connector-tronity) | [tillsteinbach](https://github.com/tillsteinbach) |
3132

3233
If you know of a connector not listed here let me know and I will add it to the list.
3334
If you are a python developer and willing to implement a connector for a brand not listed here, let me know and I try to support you as good as possible

0 commit comments

Comments
 (0)