File tree Expand file tree Collapse file tree
custom_components/bauergroup_s3compatiblebackup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Alle wichtigen Änderungen an diesem Projekt werden in dieser Datei dokumentiert
55Das Format basiert auf [ Keep a Changelog] ( https://keepachangelog.com/de/1.0.0/ ) ,
66und 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments