From 0d8ff3dc266530fc6f4f89de35caa3bf0c20903c Mon Sep 17 00:00:00 2001 From: Chouffy Date: Wed, 18 May 2022 15:31:01 +0200 Subject: [PATCH] Bump tgtg to 0.11.2 and module to 4.0.2 --- custom_components/tgtg/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/tgtg/manifest.json b/custom_components/tgtg/manifest.json index 115b76b..3682e7a 100644 --- a/custom_components/tgtg/manifest.json +++ b/custom_components/tgtg/manifest.json @@ -1,10 +1,10 @@ { "domain": "tgtg", "name": "TooGooToGo", - "version": "4.0.1", + "version": "4.0.2", "documentation": "https://github.com/Chouffy/home_assistant_tgtg", "issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues", "codeowners": ["@chouffy"], - "requirements": ["tgtg>=0.11.1"], + "requirements": ["tgtg>=0.11.2"], "iot_class": "cloud_polling" }