Skip to content

Commit 27ef020

Browse files
committed
Version bump to 1.1.1
1 parent feec363 commit 27ef020

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.1.1] — 2026-04-30
4+
5+
### Repository
6+
7+
- Transferred to [vitals5/ha_scrutiny](https://github.com/vitals5/ha_scrutiny) as the
8+
primary upstream repository.
9+
- `manifest.json``codeowners` updated to `["@vitals5", "@raetha"]`; `documentation`
10+
and `issue_tracker` URLs updated to the upstream repository.
11+
- `LICENSE` — added `Copyright (c) 2024 vitals5` to correctly reflect the original
12+
author alongside the fork author.
13+
- `README.md` — HACS badge updated from "Custom" to "Default" (the integration is in
14+
the default HACS catalog); install instructions simplified accordingly; banner image
15+
restored; attribution and all repository URLs updated to upstream.
16+
- `CONTRIBUTING.md` — repository URL updated to upstream.
17+
- `CHANGELOG.md` — compare links updated to upstream repository.
18+
- `.github/FUNDING.yml` — removed (personal funding link, not appropriate in a shared
19+
upstream repository).
20+
321
## [1.1.0] — 2026-04-30
422

523
### Scrutiny 0.9.0 compatibility
@@ -140,6 +158,7 @@ HA core team).
140158

141159
---
142160

161+
[1.1.1]: https://github.com/vitals5/ha_scrutiny/compare/v1.1.0...v1.1.1
143162
[1.1.0]: https://github.com/vitals5/ha_scrutiny/compare/v1.0.1...v1.1.0
144163
[1.0.1]: https://github.com/vitals5/ha_scrutiny/compare/v1.0.0...v1.0.1
145164
[1.0.0]: https://github.com/vitals5/ha_scrutiny/releases/tag/v1.0.0

custom_components/scrutiny/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# User-visible name of the integration. Also used as default manufacturer for devices.
1111
NAME: str = "Scrutiny"
1212
# Version of the integration.
13-
VERSION: str = "1.1.0"
13+
VERSION: str = "1.1.1"
1414

1515
# Configuration keys used in config_flow.py and __init__.py.
1616
CONF_URL: str = "url" # Full base URL of the Scrutiny server, e.g. http://host:8080

custom_components/scrutiny/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"requirements": [
1818
"aiohttp>=3.11.0"
1919
],
20-
"version": "1.1.0"
20+
"version": "1.1.1"
2121
}

0 commit comments

Comments
 (0)