Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request rsnodgrass#42 from rlippmann/0.3.5
Browse files Browse the repository at this point in the history
0.3.5
  • Loading branch information
rlippmann authored Dec 22, 2023
2 parents 691a5cb + d8c34ae commit b863b28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"python.terminal.activateEnvInCurrentTerminal": true,
"python.analysis.typeCheckingMode": "basic",
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/adtpulse/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b863b28

Please sign in to comment.