Skip to content

Commit 6ec9fe2

Browse files
committed
Version bump to 1.0.1
1 parent 89a1200 commit 6ec9fe2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-10-14
11+
12+
### Fixed
13+
- Fixed issue where multiple HTTP endpoints from the same domain could not be configured (#13)
14+
- Updated unique_id generation to include query parameters, allowing configurations like different METAR station IDs from the same API
15+
- Fixed sensors becoming unavailable after editing configuration (#12)
16+
- Improved platform unloading logic to only unload platforms that were actually set up for the entry
17+
- Prevents "Config entry was never loaded!" errors during configuration changes
18+
1019
## [1.0.0] - 2025-10-08
1120

1221
### Added

custom_components/http_agent/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/DSorlov/http_agent/issues",
1111
"loggers": ["custom_components.http_agent"],
1212
"requirements": ["aiohttp>=3.8.0", "beautifulsoup4>=4.11.0", "lxml>=4.9.0"],
13-
"version": "1.0.0"
13+
"version": "1.0.1"
1414
}

0 commit comments

Comments
 (0)