Bump version to 0.7.6

This commit is contained in:
2026-03-23 17:20:29 +01:00
parent d976ab56e3
commit 313fcf94e7
6 changed files with 37 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ That makes update checks more reliable when a repository uses tags or releases t
- Source layout: `blueprints/...`
- Install target: `/config/blueprints/...`
- Supports install and uninstall through the store
- Supports install, update, uninstall, backup, and restore through the store
- Intended for blueprint repositories without integration-specific folder structures
---
@@ -150,7 +150,8 @@ Blueprint installs normally do not require a Home Assistant restart.
### Blueprints
- Blueprint repositories can also be reinstalled from another selected version.
- Blueprint repositories can also be updated or reinstalled from another selected version.
- Blueprint updates create content backups before overwriting files.
- The current blueprint path handling is focused on direct deployment to the blueprints folder.
---
@@ -167,6 +168,7 @@ Blueprint installs normally do not require a Home Assistant restart.
- Removes the installed blueprint files recorded by BCS
- Cleans up empty directories below `/config/blueprints` when possible
- Does not require a restart under normal conditions
---
@@ -198,6 +200,7 @@ Notes:
## Backups and Restore
Integration installs and updates create backups before overwriting existing files.
Blueprint updates also create content backups before overwriting deployed blueprint files.
Backup path:
@@ -211,7 +214,16 @@ Restore flow:
4. Confirm restore
5. Restart Home Assistant if prompted
Restore is currently intended for integrations.
Restore is available for integrations and blueprints.
Blueprint restore flow:
1. Open the blueprint repository detail
2. Click **Restore**
3. Select a backup
4. Confirm restore
Blueprint restores overwrite the recorded installed files under `/config/blueprints/...` and normally do not require a restart.
---
@@ -273,7 +285,7 @@ Opening a repository detail view can force immediate enrichment for that reposit
Restart usually matters only for integration changes.
- Integration install/update/uninstall/restore: restart expected
- Blueprint install/uninstall: restart usually not needed
- Blueprint install/update/uninstall/restore: restart usually not needed
BCS uses a Home Assistant repair flow to surface restart requirements for integration changes.