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

Commit b863b28

Browse files
authored
Merge pull request homeassistant-projects#42 from rlippmann/0.3.5
0.3.5
2 parents 691a5cb + d8c34ae commit b863b28

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"python.terminal.activateEnvInCurrentTerminal": true,
33
"python.analysis.typeCheckingMode": "basic",
4-
"python.linting.flake8Enabled": true,
5-
"python.linting.mypyEnabled": true,
6-
"python.linting.enabled": true
74
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.5 (2023-12-22)
2+
3+
* bump pyadtpulse to 1.1.5 to fix more changes in Pulse v27
4+
15
## 0.3.4 (2023-12-13)
26

37
* bump pyadtpulse to 1.1.4 to fix changes in Pulse V27

custom_components/adtpulse/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"iot_class": "cloud_push",
99
"issue_tracker": "https://github.com/rlippmann/hass-adtpulse/issues",
1010
"requirements": [
11-
"pyadtpulse==1.1.4"
11+
"pyadtpulse==1.1.5"
1212
],
13-
"version": "0.3.4"
13+
"version": "0.3.5"
1414
}

0 commit comments

Comments
 (0)