From bb6f21118493a16742a431c6079df840a1db79d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 5 Jun 2026 14:01:20 -0700 Subject: [PATCH] home-assistant: 2026.6.0 -> 2026.6.1 Diff: https://github.com/home-assistant/core/compare/2026.6.0...2026.6.1 Changelog: https://github.com/home-assistant/core/releases/tag/2026.6.1 --- pkgs/servers/home-assistant/component-packages.nix | 2 +- pkgs/servers/home-assistant/default.nix | 6 +++--- pkgs/servers/home-assistant/tests.nix | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index cac415f1e2ee..1a99ba492369 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -2,7 +2,7 @@ # Do not edit! { - version = "2026.6.0"; + version = "2026.6.1"; components = { "3_day_blinds" = ps: with ps; [ diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index 01ade7a0c283..93ac02e586ea 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -265,7 +265,7 @@ let extraBuildInputs = extraPackages python3Packages; # Don't forget to run update-component-packages.py after updating - hassVersion = "2026.6.0"; + hassVersion = "2026.6.1"; in python3Packages.buildPythonApplication rec { @@ -286,13 +286,13 @@ python3Packages.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; tag = version; - hash = "sha256-/7WBiQwr40EFOwL+J/3L4pBoQp7nNPPjcKHxU4tDNcU="; + hash = "sha256-gjXhWv64Uu3LHwxDR8HwsTFeAncgY94JeOqfKEnvgJ8="; }; # Secondary source is pypi sdist for translations sdist = fetchPypi { inherit pname version; - hash = "sha256-Eu5oUGBKCrIZkyyLfmTJbHxOC7TD9QHjjNpjscgPK/I="; + hash = "sha256-gtnIsOrJWyLhjEc9dstvRiVd4LrqJ6W48qXNwaV8YlU="; }; build-system = with python3Packages; [ diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index 7ca94e47b720..e172deb03a42 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -126,11 +126,19 @@ let # intent fixture mismatch on aarch64 "test_error_no_device_on_floor" ]; + homeassistant_connect_zbt2 = [ + # [2026.6.1] AssertionError: assert is + "test_usb_device_reactivity" + ]; opendisplay = [ # [2026.6.0] Failed: Description not found for placeholder `reason` in component.opendisplay.exceptions.device_not_found.message # https://github.com/home-assistant/core/pull/172909 "test_upload_image_device_not_in_range" ]; + yardian = [ + # [2026.6.1] failing snapshot + "test_all_entities" + ]; zeroconf = [ # multicast socket bind, not possible in the sandbox "test_subscribe_discovery"