uilibs
uiprotect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
remove the private setters superseded by their public twins The 28 private device setters listed in #1156 have a direct *_public counterpart and are no longer called by any Home Assistant release we have to serve (2026.8.x is the oldest, pinned to uiprotect 15.14.2) nor by the in-repo CLI after #1157. Drop them along with their tests. Camera._set_object_detect goes with them: every remaining caller was one of the six removed object-detection setters. The multi-update batching test now drives set_smart_detect_types, which still exercises the same coalesced PATCH body, and Camera.hdr_mode_display gets a direct test now that set_hdr_mode no longer covers it.
bluetoothbot:koan/fix-issue-1156-remove
4 hours ago
deprecate the 26 private setters that have a public twin Each of the 26 private device setters that HA 2026.8.x no longer calls and that has a *_public counterpart now emits a DeprecationWarning pointing at that counterpart, matching the wording of the setters that were already deprecated. Nothing is removed. The warn fires before any feature-flag validation, mirroring set_hdr. For the smart-detect setters the warn sits on the public wrapper rather than the shared _set_object_detect/_set_audio_detect helpers, so the out-of-scope set_cmonx_detection and set_car_alarm_detection stay quiet.
bluetoothbot:koan/fix-issue-1156
4 hours ago
refactor(cli): swap the write callsites that already have a public twin (#1157)
main
5 hours ago
chore(pre-commit.ci): auto fixes
pre-commit-ci-update-config
5 hours ago
refactor(cli): take an HDR mode value and allow muting the mic set-hdr now takes auto|on|off instead of a boolean, so the tri-state is expressible without inferring the target from the camera's current isp settings. _PUBLIC_MIC_VOLUME_RANGE and the update_camera_public guard drop to (0, 100) — the public micVolume schema is 0-100 — and the typer bound goes back to min=0, so muting a camera mic is expressible again.
bluetoothbot:koan/fix-issue-1155
5 hours ago
chore(ci): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/setup-python](https://github.com/actions/setup-python), [j178/prek-action](https://github.com/j178/prek-action) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `astral-sh/setup-uv` from 8.3.2 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/11f9893b081a58869d3b5fccaea48c9e9e46f990...20cfd1bf945f4377ade1205e4dbc17946fc9a30d) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `j178/prek-action` from 2.0.5 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/e98a699c41eb69ab013a45817a0406469a748f8d...4e14d07f9231acabce116ccfca13b13dd9755ece) Updates `CodSpeedHQ/action` from 4 to 5 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/github-actions-8a759f8cee
6 hours ago
chore(ci): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/setup-python](https://github.com/actions/setup-python), [j178/prek-action](https://github.com/j178/prek-action) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/11f9893b081a58869d3b5fccaea48c9e9e46f990...c771a70e6277c0a99b617c7a806ffedaca235ff9) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `j178/prek-action` from 2.0.5 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/e98a699c41eb69ab013a45817a0406469a748f8d...4e14d07f9231acabce116ccfca13b13dd9755ece) Updates `CodSpeedHQ/action` from 4 to 5.0.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4...v5.0.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/github-actions-8a759f8cee
6 hours ago
refactor(cli): keep HDR "always on" and pin the mic-volume bound
bluetoothbot:koan/fix-issue-1155
7 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(data)!: remove the private setters superseded by their public twins
#1159
4 hours ago
5c69803
bluetoothbot:koan/fix-issue-1156-remove
CodSpeed Performance Gauge
-1%
feat(data): deprecate the private setters that have a public twin
#1158
5 hours ago
3effeb0
bluetoothbot:koan/fix-issue-1156
CodSpeed Performance Gauge
0%
chore(pre-commit.ci): pre-commit autoupdate
#1140
5 hours ago
0ab1eb3
pre-commit-ci-update-config
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs