Skip to content

Commit 9350fb8

Browse files
release: Released v1.0.1 [skip ci]
1 parent 15f909d commit 9350fb8

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.0...v1.0.1) (2025-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed documentation references ([c09d012](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/c09d01291b1f65d43589ce81f3098c658e4ba676))
7+
* Fixed missing repair translation and associated doc page ([e71a958](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/e71a958e7c69f5b9e6ff9ba316593eca6598ced9))
8+
* Fixed updating configuration when only some values are updated ([d146fb4](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/d146fb4c0f2db46da56e5076a6ffd90947d22066))
9+
110
# 1.0.0 (2025-03-29)
211

312

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.0"
6+
INTEGRATION_VERSION = "1.0.1"
77

88
CONFIG_VERSION = 1
99

custom_components/target_timeframes/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"pydantic"
1919
],
2020
"ssdp": [],
21-
"version": "1.0.0",
21+
"version": "1.0.1",
2222
"zeroconf": []
2323
}

0 commit comments

Comments
 (0)