From 308af044713c8d36dcd841f97feaea4d785ed1f2 Mon Sep 17 00:00:00 2001 From: Jasper Seinhorst Date: Sun, 11 Feb 2024 15:31:42 +0100 Subject: [PATCH] chore: bump version --- README.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60da1fc..8a6829e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Homebridge Porsche Taycan [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins) -This Homebrudge plugin offers a range of useful features for your Porsche Taycan and Macan EV, including real-time monitoring of battery level, charging status and charging power. Moreover, it also enables you to easily toggle the direct climatisation option on or off. +This Homebrudge plugin offers a range of useful features for your Porsche Taycan and Macan EV, including real-time monitoring of battery level, charging status and charging power. Moreover, it also enables you to easily toggle the direct climatisation option on or off and automate your home with your vehicles location. ## Supported cars: - Taycan (MY19 and newer) @@ -24,7 +24,11 @@ To install Homebridge Porsche Taycan follow these steps: "batteryDevice": false, "chargingPowerDevice": true, "lowBattery": 40, - "platform": "PorscheTaycan" + "platform": "PorscheTaycan", + locationConfig: { + "lat": "<>", + "long": "<>", + } } ``` In above example the charging state and battery level are updated every 30 minutes. The battery level is considered low when the SoC drops below 40. No separate battery level device is exposed, but the current charging power is. diff --git a/package.json b/package.json index 6418ac3..f53d500 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Porsche Taycan", "name": "homebridge-porsche-taycan", - "version": "0.16.0", + "version": "0.17.0", "description": "Control your Porsche Taycan through the home app", "license": "Apache-2.0", "author": "Jasper Seinhorst",