Skip to content

Commit 7c0f999

Browse files
chore: Merged main into develop
2 parents 950419e + ca5f24d commit 7c0f999

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.3.0...v1.3.1) (2025-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed ability to set zero for min/max values (30 minutes dev time) ([e542f71](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/e542f71593738496568898bb783951c605786c6d))
7+
* fixed target timeframes to support reloading entity upon updating configuration (15 minutes dev time) ([c4a2f84](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/c4a2f844a5e959583a798a91d3393280b7f7ed6c))
8+
19
# [1.3.0](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.2.1...v1.3.0) (2025-08-17)
210

311

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.0"
7+
INTEGRATION_VERSION = "1.3.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.3.0",
20+
"version": "1.3.1",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)