From d8c34ae1048204d9b4cde36bfbfe311cf6f9d9d1 Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Fri, 22 Dec 2023 04:00:08 -0500 Subject: [PATCH] bump to 0.3.5 --- .vscode/settings.json | 3 --- CHANGELOG.md | 4 ++++ custom_components/adtpulse/manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a64c01..7233058 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,4 @@ { "python.terminal.activateEnvInCurrentTerminal": true, "python.analysis.typeCheckingMode": "basic", - "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, - "python.linting.enabled": true } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d48d6..f222e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5 (2023-12-22) + +* bump pyadtpulse to 1.1.5 to fix more changes in Pulse v27 + ## 0.3.4 (2023-12-13) * bump pyadtpulse to 1.1.4 to fix changes in Pulse V27 diff --git a/custom_components/adtpulse/manifest.json b/custom_components/adtpulse/manifest.json index b3172d5..4aa832a 100644 --- a/custom_components/adtpulse/manifest.json +++ b/custom_components/adtpulse/manifest.json @@ -8,7 +8,7 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/rlippmann/hass-adtpulse/issues", "requirements": [ - "pyadtpulse==1.1.4" + "pyadtpulse==1.1.5" ], - "version": "0.3.4" + "version": "0.3.5" }