From 35f0a130f07ba11ae4e6adbf1e52f4517f0f95ef Mon Sep 17 00:00:00 2001 From: Alexander Ryazanov Date: Thu, 29 Jul 2021 13:40:13 +0300 Subject: [PATCH] chore: Version bump (v0.0.18 -> v0.0.19) fix: fixed authentication in underlying library --- custom_components/lkcomu_interrao/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/lkcomu_interrao/manifest.json b/custom_components/lkcomu_interrao/manifest.json index c4170d6..93362e7 100644 --- a/custom_components/lkcomu_interrao/manifest.json +++ b/custom_components/lkcomu_interrao/manifest.json @@ -4,13 +4,13 @@ "documentation": "https://github.com/alryaz/hass-lkcomu-interrao", "issue_tracker": "https://github.com/alryaz/hass-lkcomu-interrao/issues", "dependencies": [], - "version": "0.0.18", + "version": "0.0.19", "codeowners": ["@alryaz"], "requirements": [ "python-dateutil==2.8.1", "cached-property==1.5.1", "fake_useragent==0.1.11", - "inter-rao-energosbyt-python==0.0.15" + "inter-rao-energosbyt-python==0.0.16" ], "config_flow": true, "iot_class": "cloud_polling"