Skip to content

Commit 9e880f9

Browse files
chore: Merged main into develop
2 parents 8bf07a1 + e27da99 commit 9e880f9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.4.0...v1.4.1) (2025-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed issue where discovered target times were being reset incorrectly on reload (2 hours dev time) ([8bf07a1](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/8bf07a105b3c32b0c91be255e7be4da6f30b0145))
7+
18
# [1.4.0](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.3.1...v1.4.0) (2025-10-20)
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.4.0"
7+
INTEGRATION_VERSION = "1.4.1"
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.4.0",
20+
"version": "1.4.1",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)