From 3d12724e196fd4260763f9a7aeb72b937f598301 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 11 Nov 2020 14:11:53 +0100 Subject: [PATCH] Updated to revision 0.4 --- README.md | 3 +-- const.py | 2 +- custom_components/mercedesmeapi/const.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f279f1c..cdc3a54 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ This component is still in development. - Complete OAUTH2 Authentication & Get the First Token - Get state after starts -> now it waits seconds. - Config Flow for automatic configuration -- ~~HACS~~ - Log Management - Bugfix & Software optimizations @@ -114,4 +113,4 @@ You can find change log under [releases][releases-url] [hacs-url]: https://github.com/custom-components/hacs [buymecoffee-img]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg [buymecoffee-button]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg -[buymecoffee-url]: https://www.buymeacoffee.com/xraver +[buymecoffee-url]: https://www.buymeacoffee.com/raverag diff --git a/const.py b/const.py index 5ee0f7b..866d3ad 100644 --- a/const.py +++ b/const.py @@ -9,7 +9,7 @@ https://github.com/xraver/mercedes_me_api/ # Software Parameters NAME = "Mercedes Me API" DOMAIN = "mercedesmeapi" -VERSION = "0.3" +VERSION = "0.4" TOKEN_FILE = ".mercedesme_token" CREDENTIAL_FILE = ".mercedesme_credentials" RESOURCES_FILE = ".mercedesme_resources" diff --git a/custom_components/mercedesmeapi/const.py b/custom_components/mercedesmeapi/const.py index fc5664a..bbdba5a 100644 --- a/custom_components/mercedesmeapi/const.py +++ b/custom_components/mercedesmeapi/const.py @@ -9,7 +9,7 @@ https://github.com/xraver/mercedes_me_api/ # Software Parameters NAME = "Mercedes Me API" DOMAIN = "mercedesmeapi" -VERSION = "0.3" +VERSION = "0.4" TOKEN_FILE = ".mercedesme_token" CREDENTIAL_FILE = ".mercedesme_credentials" RESOURCES_FILE = ".mercedesme_resources" -- 2.47.3