From c74bcfa257411707edaac3bbed5a917486570ca8 Mon Sep 17 00:00:00 2001 From: Farfar Date: Mon, 27 Sep 2021 15:41:18 +0200 Subject: [PATCH] Version bump --- README.md | 2 +- custom_components/seatconnect/manifest.json | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9f1b54..aee7725 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Seat Connect - A Home Assistant custom component for Seat Connect -# v1.1.0 +# v1.1.1 ## This is fork of [lendy007/homeassistant-skodaconnect](https://github.com/lendy007/homeassistant-skodaconnect) modified to support Seat This integration for Home Assistant will fetch data from VAG connect servers related to your Seat Connect enabled car. Seat Connect never fetch data directly from car, the car sends updated data to VAG servers on specific events such as lock/unlock, charging events, climatisation events and when vehicle is parked. The integration will then fetch this data from the servers. diff --git a/custom_components/seatconnect/manifest.json b/custom_components/seatconnect/manifest.json index 8ac6927..56fcf39 100644 --- a/custom_components/seatconnect/manifest.json +++ b/custom_components/seatconnect/manifest.json @@ -7,9 +7,9 @@ "config_flow": true, "codeowners": ["@Farfar"], "requirements": [ - "seatconnect>=1.1.0", + "seatconnect>=1.1.3", "homeassistant>=2021.06.0" ], - "version": "v1.1.0", + "version": "v1.1.1", "iot_class": "cloud_polling" } diff --git a/requirements.txt b/requirements.txt index afb17f5..59e26e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -seatconnect>=1.1.0 +seatconnect>=1.1.3