Skip to content

Commit 48abc41

Browse files
committed
add link to maintainer
1 parent ef339cc commit 48abc41

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@ 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 |
27-
| Volkswagen | [CarConnectivity-connector-volkswagen](https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen) | @tillsteinbach |
28-
| Seat/Cupra | [CarConnectivity-connector-seatcupra](https://github.com/tillsteinbach/CarConnectivity-connector-seatcupra) | @tillsteinbach |
29-
| Audi | [CarConnectivity-connector-audi](https://github.com/acfischer42/CarConnectivity-connector-audi) | @acfischer42 |
30-
| [Tronity](https://www.tronity.io) | [CarConnectivity-connector-tronity](https://github.com/tillsteinbach/CarConnectivity-connector-tronity) | @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+
| 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) |
3131

3232
If you know of a connector not listed here let me know and I will add it to the list.
3333
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
3434

3535
## Supported Plugins
3636
CarConenctivity uses a plugin architecture to enable connectivity to other services and protocols. Currently known plugins are:
3737

38-
| Service or Protocol | Connector | Maintainer |
39-
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------|-----------------|
40-
| WebUI (easy to use webinterface) | [CarConnectivity-plugin-webui](https://github.com/tillsteinbach/CarConnectivity-plugin-webui) | @tillsteinbach |
41-
| MQTT | [CarConnectivity-plugin-mqtt](https://github.com/tillsteinbach/CarConnectivity-plugin-mqtt) | @tillsteinbach |
42-
| Home Assistant MQTT | [CarConnectivity-plugin-mqtt_homeassistant](https://github.com/tillsteinbach/CarConnectivity-plugin-mqtt_homeassistant) | @tillsteinbach |
43-
| A Better Routeplanner (ABRP) | [CarConnectivity-plugin-abrp](https://github.com/tillsteinbach/CarConnectivity-plugin-abrp) | @tillsteinbach |
44-
| Apple Homekit | [CarConnectivity-plugin-homekit](https://github.com/tillsteinbach/CarConnectivity-plugin-homekit) | @tillsteinbach |
38+
| Service or Protocol | Connector | Maintainer |
39+
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|
40+
| WebUI (easy to use webinterface) | [CarConnectivity-plugin-webui](https://github.com/tillsteinbach/CarConnectivity-plugin-webui) | [tillsteinbach](https://github.com/tillsteinbach) |
41+
| MQTT | [CarConnectivity-plugin-mqtt](https://github.com/tillsteinbach/CarConnectivity-plugin-mqtt) | [tillsteinbach](https://github.com/tillsteinbach) |
42+
| Home Assistant MQTT | [CarConnectivity-plugin-mqtt_homeassistant](https://github.com/tillsteinbach/CarConnectivity-plugin-mqtt_homeassistant) | [tillsteinbach](https://github.com/tillsteinbach) |
43+
| A Better Routeplanner (ABRP) | [CarConnectivity-plugin-abrp](https://github.com/tillsteinbach/CarConnectivity-plugin-abrp) | [tillsteinbach](https://github.com/tillsteinbach) |
44+
| Apple Homekit | [CarConnectivity-plugin-homekit](https://github.com/tillsteinbach/CarConnectivity-plugin-homekit) | [tillsteinbach](https://github.com/tillsteinbach) |
4545

4646
If you know of a plugin not listed here let me know and I will add it to the list.
4747
If you are a python developer and willing to implement a plugin for a service not listed here, let me know and I try to support you as good as possible

0 commit comments

Comments
 (0)