Skip to content

Commit e3b36cb

Browse files
committed
2 parents fe54ba0 + 19dd800 commit e3b36cb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.4...v1.1.0) (2025-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed issue where target times could be recalculated within the same target time frame once complete, causing the sensor to come on more than it should (1 hour dev time) ([6627bb8](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/6627bb88a02704b845cd425745193fe8a1e5017a))
7+
8+
9+
### Features
10+
11+
* Updated update_data_source service to now append data instead of replace data by default as this caused issues with certain data sources when it was replacing. Replacing is now available as an optional toggle (40 minute dev time) ([4e657f8](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/4e657f83436beca8261a47f48cf730520cfd8185))
12+
113
## [1.0.3](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.2...v1.0.3) (2025-05-09)
214

315

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.0.3"
6+
INTEGRATION_VERSION = "1.1.0"
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.0.4",
20+
"version": "1.1.0",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)