Robert Schütz
2026-06-06 02:15:23 +02:00
committed by Martin Weinelt
parent e35abfb4f8
commit bb6f211184
3 changed files with 12 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2026.6.0";
version = "2026.6.1";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -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; [
+8
View File
@@ -126,11 +126,19 @@ let
# intent fixture mismatch on aarch64
"test_error_no_device_on_floor"
];
homeassistant_connect_zbt2 = [
# [2026.6.1] AssertionError: assert <ConfigEntryState.LOADED: 'loaded'> is <ConfigEntryState.SETUP_RETRY: 'setup_retry'>
"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"