Skip to content

Commit b33b90f

Browse files
Merge main into develop
2 parents eb9b4e9 + 2c2fae7 commit b33b90f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.2](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.5.1...v1.5.2) (2026-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed issue where incorrect times were picked during BST when end time comes after before time (1 hour dev time) ([140d2f6](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/140d2f66b5a86c8c9fd95de2dfa55d900601bb87))
7+
18
## [1.5.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.5.0...v1.5.1) (2026-04-04)
29

310

custom_components/target_timeframes/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from homeassistant.data_entry_flow import section
55

66
DOMAIN = "target_timeframes"
7-
INTEGRATION_VERSION = "1.5.1"
7+
INTEGRATION_VERSION = "1.5.2"
88

99
CONFIG_VERSION = 2
1010

custom_components/target_timeframes/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"pydantic"
1818
],
1919
"ssdp": [],
20-
"version": "1.5.1",
20+
"version": "1.5.2",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)