Skip to content

chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.4.1#6

Open
github-actions[bot] wants to merge 25 commits into
addon-repofrom
renovate/ghcr.io-home-assistant-home-assistant-2026.x
Open

chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.4.1#6
github-actions[bot] wants to merge 25 commits into
addon-repofrom
renovate/ghcr.io-home-assistant-home-assistant-2026.x

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 17, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/home-assistant/home-assistant (source) minor 2026.1.32026.4.1

Release Notes

home-assistant/core (ghcr.io/home-assistant/home-assistant)

v2026.4.1

Compare Source

v2026.4.0

Compare Source

https://www.home-assistant.io/blog/2026/04/01/release-20264/

v2026.3.4

Compare Source

v2026.3.3

Compare Source

v2026.3.2

Compare Source

v2026.3.1

Compare Source

v2026.3.0

Compare Source

https://www.home-assistant.io/blog/2026/03/04/release-20263/

v2026.2.3

Compare Source

v2026.2.2

Compare Source

[@&homeassistant-ai#820


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "after 3pm on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions Bot changed the title chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.2.2 chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.2.3 Feb 24, 2026
@github-actions github-actions Bot changed the base branch from master to addon-repo February 24, 2026 16:00
@kingpanther13 kingpanther13 force-pushed the addon-repo branch 8 times, most recently from 72c0290 to e60b190 Compare February 28, 2026 18:06
@kingpanther13 kingpanther13 force-pushed the addon-repo branch 6 times, most recently from 22a0938 to 5915426 Compare March 9, 2026 19:02
@github-actions github-actions Bot changed the title chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.2.3 chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.1 Mar 10, 2026
@kingpanther13 kingpanther13 force-pushed the addon-repo branch 10 times, most recently from c4df878 to fe82bb6 Compare March 17, 2026 15:53
@github-actions github-actions Bot changed the title chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.1 chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.2 Mar 17, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Makes it clear in the UI that both "enabled-unpinned" and
"enabled-pinned" mean the tool is enabled. "pinned" alone was
ambiguous about whether the tool was also enabled.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kingpanther13 and others added 3 commits April 4, 2026 20:42
- Add "mandatory" as a 4th dropdown state for tools that cannot be
  disabled (ha_search_entities, ha_get_overview, ha_get_state,
  ha_report_issue) — clearly visible in the UI dropdown
- Strip per-tool translations (Supervisor doesn't render them at
  4 levels deep) — reduces translations from 573 to 95 lines
- Remove unused _tool_hint and _brief_description helpers
- Backend treats "mandatory" same as "enabled-pinned"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…slations

Supervisor only renders translations 1 level deep under configuration.
Group names (add-ons, areas_floors, etc.) show as raw slugs — readable
enough. Strip the non-functional group name translations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove "mandatory" from list() options — users shouldn't think they
  can assign/remove mandatory status. Mandatory tools (ha_search_entities,
  ha_get_overview, ha_get_state, ha_report_issue) default to enabled-pinned
  and the backend re-enables them regardless of user choice.
- List mandatory tools by name in the parent description (visible in UI)
- Add link to tools page for full descriptions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kingpanther13 and others added 2 commits April 5, 2026 05:53
Reorder options, schema, and translations so the max results field
appears directly under the tool search toggle it relates to.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kingpanther13 and others added 7 commits April 5, 2026 19:39
- test_tool_registered_when_enabled: skip instead of fail when server
  started with defaults (env vars set after startup have no effect)
- test_disallowed_file_rejected / test_blocked_key_rejected: handle
  error field being either a string or a dict with "message" key
  (changed in PR homeassistant-ai#869 merge)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Picks up ha_remove_entity from PR homeassistant-ai#876 merged into master.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The disabled_tools config default includes ha_config_set_yaml. When
ENABLE_YAML_CONFIG_EDITING=true, we must actively remove it from the
set, not just skip adding it — otherwise the default wins.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolve conflicts in extract_tools.py: keep both our addon config/
translations generation AND master's DOCS.md generation (PR homeassistant-ai#875).
Regenerate all tool outputs (93 tools).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…only, dev76

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot force-pushed the renovate/ghcr.io-home-assistant-home-assistant-2026.x branch from 670737d to 1fe8755 Compare April 7, 2026 16:10
@github-actions github-actions Bot changed the title chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.4 chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.4.1 Apr 7, 2026
@kingpanther13 kingpanther13 force-pushed the addon-repo branch 7 times, most recently from 57af017 to 870698d Compare April 13, 2026 02:23
@github-actions

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant