Skip to content

Commit cf4e313

Browse files
committed
2 parents 48f0365 + 2e4abd3 commit cf4e313

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.0.2](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.1...v1.0.2) (2025-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed integration not appearing in integrations ([51820ff](https://github.com/BottlecapDave/homeassistant-targettimeframes/commit/51820fff765b63bad931d54b9a89c44346003d91))
7+
18
## [1.0.1](https://github.com/BottlecapDave/homeassistant-targettimeframes/compare/v1.0.0...v1.0.1) (2025-03-29)
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.0.1"
6+
INTEGRATION_VERSION = "1.0.2"
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
@@ -17,6 +17,6 @@
1717
"pydantic"
1818
],
1919
"ssdp": [],
20-
"version": "1.0.1",
20+
"version": "1.0.2",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)