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" }