Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hapro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

## v1.5.3 17/07/2026
### Added
- Update integration to v0.1.1
## v1.5.2 30/06/2026
### Added
- Added a version check to avoid notifying about unnecessary restarts when the integration version is already up to date
Expand Down
2 changes: 1 addition & 1 deletion hapro/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "hapro"
description: "Professional manager for multiple HA installations."
slug: "hapro"
version: "v1.5.2"
version: "v1.5.3"
image: ghcr.io/ludero-git/hapro-addon-{arch}
url: "https://github.com/ludero-git/hapro-addon/tree/main/hapro"
init: false
Expand Down
1 change: 1 addition & 0 deletions hapro/integration_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.1
Loading