Skip to content

Commit

Permalink
Merge branch 'master' into SecKatie-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SecKatie authored Dec 8, 2024
2 parents 1ee39ee + de00ad0 commit f4f0d9a
Show file tree
Hide file tree
Showing 6 changed files with 1,242 additions and 1,059 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/HASAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: HACS Action

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *"
branches:
- master

jobs:
hacs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Validate with hassfest

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 0 * * *'
branches:
- master

jobs:
validate:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reuse-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Reuse Lint

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
reuse:
Expand Down
4 changes: 2 additions & 2 deletions custom_components/wyzeapi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/SecKatie/ha-wyzeapi/issues",
"requirements": [
"wyzeapy>=0.5.25,<0.6"
"wyzeapy>=0.5.26,<0.6"
],
"version": "0.1.28b1"
"version": "0.1.28"
}
Loading

0 comments on commit f4f0d9a

Please sign in to comment.