Skip to content

Commit 14007c6

Browse files
chore: Merged main into develop
2 parents 45f1086 + 7179ffc commit 14007c6

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.0](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.3.1...v1.4.0) (2025-10-20)
2+
3+
4+
### Features
5+
6+
* added support for always evaluation mode for standard target timeframes (1 hour dev time) ([45f1086](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/45f1086570306feb8626202a5f965ba8797ac8d2))
7+
18
## [1.3.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.3.0...v1.3.1) (2025-09-07)
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.3.1"
7+
INTEGRATION_VERSION = "1.4.0"
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.3.1",
20+
"version": "1.4.0",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)