Skip to content

Commit 02698f7

Browse files
authored
Merge pull request #58 from HeroesDieYoung/2025-upgrade-pyadtpulse
Release with updated pyadtpulse for HA 2025 support
2 parents e8331a2 + dfd204b commit 02698f7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm,VisualStudioCode,macos
22
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm,VisualStudioCode,macos
3+
.devcontainer/
34

45
### macOS ###
56
# General
@@ -8,7 +9,8 @@
89
.LSOverride
910

1011
# Icon must end with two \r
11-
Icon
12+
Icon
13+
1214

1315
# Thumbnails
1416
._*

custom_components/adtpulse/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"iot_class": "cloud_push",
1010
"issue_tracker": "https://github.com/rsnodgrass/hass-adtpulse/issues",
1111
"requirements": [
12-
"pyadtpulse>=1.2.10"
12+
"pyadtpulse>=1.2.11"
1313
],
14-
"version": "0.4.7"
14+
"version": "0.4.8"
1515
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ADT Pulse",
3-
"homeassistant": "2024.4.0",
3+
"homeassistant": "2025.7.1",
44
"render_readme": true,
55
"country": ["US", "CA"]
66
}

0 commit comments

Comments
 (0)