Skip to content
Closed
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
5 changes: 4 additions & 1 deletion hapro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,7 @@ HA User management
- Opening tunnel with HaPro server
- Caddy has been added including:
- Dynamic Caddyfile via env vars
- A reverse proxy to capture hapro api requests and pass the rest to home assistant
- A reverse proxy to capture hapro api requests and pass the rest to home assistant
## vv1.5.1 22/06/2026
### Added
- Update integration to v0.1.0
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.0"
version: "v1.5.1"
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.0
Loading