Skip to content

Commit 38fab31

Browse files
authored
Merge pull request #109 from RustyDust/sru_work
Update dependency on `python_sonnenbatterie` to 0.6.1 and
2 parents 4e76a14 + a2dcf77 commit 38fab31

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Validate with hassfest
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: "0 0 * * 0"
6+
workflow_dispatch:
87

98
jobs:
109
validate:

.github/workflows/validate.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Validate with HACS
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: "0 1 * * *"
86
workflow_dispatch:
97

108
jobs:

custom_components/sonnenbatterie/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"documentation": "https://github.com/weltmeyer/ha_sonnenbatterie",
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/weltmeyer/ha_sonnenbatterie/issues",
10-
"requirements": ["requests","sonnenbatterie>=0.6.0"],
11-
"version": "2025.03.02"
10+
"requirements": ["requests","sonnenbatterie>=0.6.1"],
11+
"version": "2025.06.01"
1212
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Sonnenbatterie",
33
"render_readme": true,
4-
"homeassistant": "2025.2.0"
4+
"homeassistant": "2025.5.0"
55
}

0 commit comments

Comments
 (0)