From 3a8b444570957a73edac6b80929f9abed9617160 Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Thu, 7 Mar 2024 01:28:12 -0500 Subject: [PATCH] bump pyadtpulse to 1.2.8, upadte changelog --- CHANGELOG.md | 1 + custom_components/adtpulse/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b9468..24df794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.4.4 (2024-03-06) * update connection status and next update sensors on successful data fetch +* bump pyadtpulse to 1.2.8 which should provide better error logging and more stability for failures from Pulse site ## 0.4.3 (2024-03-02) diff --git a/custom_components/adtpulse/manifest.json b/custom_components/adtpulse/manifest.json index 3474eda..3bd9214 100644 --- a/custom_components/adtpulse/manifest.json +++ b/custom_components/adtpulse/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/rsnodgrass/hass-adtpulse/issues", "requirements": [ - "pyadtpulse==1.2.7" + "pyadtpulse==1.2.8" ], "version": "0.4.4" }