From 85b50e4e7a44172932145802970e4d8302e48b20 Mon Sep 17 00:00:00 2001 From: Christophe Painchaud Date: Sun, 17 Oct 2021 08:42:04 +0200 Subject: [PATCH] bump dep for bugfix: reopen http session if it was closed --- custom_components/reolink_dev/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/reolink_dev/manifest.json b/custom_components/reolink_dev/manifest.json index f8b8b12..891e477 100644 --- a/custom_components/reolink_dev/manifest.json +++ b/custom_components/reolink_dev/manifest.json @@ -3,10 +3,10 @@ "name": "Reolink IP camera", "documentation": "https://github.com/fwestenberg/reolink_dev", "issue_tracker": "https://github.com/fwestenberg/reolink_dev/issues", - "version": "0.27", + "version": "0.28", "iot_class": "local_polling", "requirements": [ - "reolink==0.0.30" + "reolink==0.0.31" ], "dependencies": [ "ffmpeg",