From 79cd47717da121834cd76dd916a2d6e3b4e98910 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Sun, 18 Oct 2020 21:28:21 +0200 Subject: [PATCH] Use new lib to reduce logging --- custom_components/easee/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/easee/manifest.json b/custom_components/easee/manifest.json index 41276af8..40091831 100644 --- a/custom_components/easee/manifest.json +++ b/custom_components/easee/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/fondberg/easee_hass", "issue_tracker": "https://github.com/fondberg/easee_hass/issues", "requirements": [ - "pyeasee==0.7.25" + "pyeasee==0.7.26" ], "homeassistant": "0.113.0", "config_flow": true,