Robert Schütz
2026-06-19 14:24:51 -07:00
committed by Martin Weinelt
parent 6cfc504c8e
commit 900f81f112
3 changed files with 9 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2026.6.3";
version = "2026.6.4";
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.3";
hassVersion = "2026.6.4";
in
python3Packages.buildPythonApplication rec {
@@ -286,13 +286,13 @@ python3Packages.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-I9vmwlCoxEK3o04e1x5LissX3u0fgxVOu6Uzq88e9kI=";
hash = "sha256-NeqJT2CW8A0VfUJ2yrR+KGmmQMK8q0Wdag43rUBBoWU=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-23tqASXXrhYh1x7Qy+ZR4T7z+XKkhW0Qn6YGM2iNJOk=";
hash = "sha256-7Y26vN0oskJBgijtm9RZcvHw/xBEH3IsI8hezgsOVr0=";
};
build-system = with python3Packages; [
+5
View File
@@ -139,6 +139,11 @@ let
# https://github.com/home-assistant/core/pull/172909
"test_upload_image_device_not_in_range"
];
teslemetry = [
# [2026.6.4] http://github.com/home-assistant/core/commit/a33a92982af19e682a0d0fa7bec0cb16929c00d1
"test_sensors"
"test_sensors_streaming"
];
yardian = [
# [2026.6.1] failing snapshot
"test_all_entities"