From 9ba9e66af2e83da7f8253d152277c4f7fdc4dd18 Mon Sep 17 00:00:00 2001 From: Farfar Date: Wed, 23 Dec 2020 08:46:34 +0100 Subject: [PATCH] Fix where wrong pypi package was requested MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ändrad: README.md ändrad: custom_components/skodaconnect/__init__.py ändrad: custom_components/skodaconnect/manifest.json --- README.md | 2 +- custom_components/skodaconnect/__init__.py | 2 +- custom_components/skodaconnect/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 113fd9c..671352c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Skoda Connect - An home assistant plugin to add integration with your car -# v1.0.26 +# v1.0.27 ## This is fork of [robinostlund/homeassistant-volkswagencarnet](https://github.com/robinostlund/homeassistant-volkswagencarnet) where I am trying to modify the code to support Skoda Connect. diff --git a/custom_components/skodaconnect/__init__.py b/custom_components/skodaconnect/__init__.py index b3c56a4..3c20353 100644 --- a/custom_components/skodaconnect/__init__.py +++ b/custom_components/skodaconnect/__init__.py @@ -25,7 +25,7 @@ # from . import skoda -__version__ = "1.0.26" +__version__ = "1.0.27" _LOGGER = logging.getLogger(__name__) DOMAIN = "skodaconnect" diff --git a/custom_components/skodaconnect/manifest.json b/custom_components/skodaconnect/manifest.json index 29e2d31..406caa0 100644 --- a/custom_components/skodaconnect/manifest.json +++ b/custom_components/skodaconnect/manifest.json @@ -5,5 +5,5 @@ "issue_tracker": "https://github.com/lendy007/homeassistant-skodaconnect/issues", "dependencies": [], "codeowners": ["@lendy007"], - "requirements": ["skodaconnect==1.0.24"] + "requirements": ["skodaconnect==1.0.26"] }