Skip to content

Commit 555f123

Browse files
release: Released v1.1.1 [skip ci]
1 parent b051cb9 commit 555f123

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.1.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.1.0...v1.1.1) (2025-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed issue where started target timeframes are calculated and it starts in the past (2 hours dev time) ([fe54ba0](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/fe54ba036c10af23cd2d4a2ee495b6b6123ee025))
7+
18
# [1.1.0](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.4...v1.1.0) (2025-05-23)
29

310

custom_components/target_timeframes/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from homeassistant.helpers import selector
44

55
DOMAIN = "target_timeframes"
6-
INTEGRATION_VERSION = "1.1.0"
6+
INTEGRATION_VERSION = "1.1.1"
77

88
CONFIG_VERSION = 2
99

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.1.0",
20+
"version": "1.1.1",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)