Skip to content

Commit 8411491

Browse files
committed
fix: 🐛 Behebt ImportError und aktualisiert aiobotocore-Anforderungen für Home Assistant 2024.12+
1 parent f49ae9b commit 8411491

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Alle wichtigen Änderungen an diesem Projekt werden in dieser Datei dokumentiert
55
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/),
66
und dieses Projekt folgt [Semantic Versioning](https://semver.org/lang/de/).
77

8+
## [0.1.2] - 2025-12-08
9+
10+
### 🐛 Fixed
11+
12+
- **Kompatibilität mit Home Assistant 2024.12+**
13+
- Flexiblere aiobotocore-Versionsanforderung (`>=2.6.0,<3.0.0`) statt fester Version
14+
- Behebt `ImportError: cannot import name 'register_feature_id'` nach Home Assistant Updates
15+
- Integration nutzt nun die von Home Assistant bereitgestellte aiobotocore-Version
16+
17+
---
18+
819
## [0.1.1] - 2025-12-02
920

1021
### ✨ Added

custom_components/bauergroup_s3compatiblebackup/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"issue_tracker": "https://github.com/bauer-group/IP-HomeassistantS3CompatibleBackup/issues",
1515
"quality_scale": "silver",
1616
"requirements": [
17-
"aiobotocore==2.26.0"
17+
"aiobotocore>=2.6.0,<3.0.0"
1818
],
19-
"version": "0.1.1"
19+
"version": "0.1.2"
2020
}

0 commit comments

Comments
 (0)