File tree Expand file tree Collapse file tree
custom_components/scrutiny Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010# User-visible name of the integration. Also used as default manufacturer for devices.
1111NAME : 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.
1616CONF_URL : str = "url" # Full base URL of the Scrutiny server, e.g. http://host:8080
Original file line number Diff line number Diff line change 1717 "requirements" : [
1818 " aiohttp>=3.11.0"
1919 ],
20- "version" : " 1.1.0 "
20+ "version" : " 1.1.1 "
2121}
You can’t perform that action at this time.
0 commit comments