Skip to content

Commit d727f82

Browse files
committed
2 parents 7a81942 + 20e59e5 commit d727f82

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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

_docs/blueprints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This blueprint will provide the data source for the UK Carbon Intensity as provi
2020

2121
#### Default
2222

23-
[Install blueprint)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy.yaml) | [Source](./blueprints/target_timeframes_octopus_energy.yaml)
23+
[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy.yaml) | [Source](./blueprints/target_timeframes_octopus_energy.yaml)
2424

2525
This blueprint will provide the data source for Octopus Energy rates as provided by the [Octopus Energy](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy) integration. This is for accounts that don't have the [free electricity sensor](https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/octoplus/#free-electricity-session-events) available.
2626

@@ -46,4 +46,4 @@ This blueprint will provide the data source for Octopus Energy rates as provided
4646

4747
!!! warning
4848

49-
This automation will run when any of the underlying entities update. This make take a while initially. If you want the data available immediately, then you'll need to run the automation manually.
49+
This automation will run when any of the underlying entities update. This make take a while initially. If you want the data available immediately, then you'll need to run the automation manually.

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)