home-assistant: 2025.5.1 -> 2025.5.2 (#407749)

Changed files
+55 -22
pkgs
development
python-modules
aiodiscover
deebot-client
ical
pysensibo
pysmartthings
servers
+2 -2
pkgs/development/python-modules/aiodiscover/default.nix
···
buildPythonPackage rec {
pname = "aiodiscover";
-
version = "2.6.1";
+
version = "2.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "bdraco";
repo = "aiodiscover";
tag = "v${version}";
-
hash = "sha256-dgmRgokHDw0ooxD8Ksxb8QKeAdUhYj/WO85EC57MeNg=";
+
hash = "sha256-zJOsf4oZbZgaiaaPM0HfR0GNwxvGoR6fgkJB5ZFY0O8=";
};
build-system = [ poetry-core ];
+3 -3
pkgs/development/python-modules/deebot-client/default.nix
···
buildPythonPackage rec {
pname = "deebot-client";
-
version = "13.1.0";
+
version = "13.2.0";
pyproject = true;
disabled = pythonOlder "3.13";
···
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
-
hash = "sha256-EIhefThzHC9hpI4bGkTu+TskdzajI7cc90DhrfDlbcs=";
+
hash = "sha256-0DGOdfr6vqtgYwabhJWfxV2kACzixiCnqPNssPHyLhw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
-
hash = "sha256-WYWrfNigmu18yEa2QstJ5RfjLWS/Tckem48j8JK2NHk=";
+
hash = "sha256-A/axIsDfpWNLQXeExshzlJfKWh5yFZYqxDQYPn1+fHg=";
};
pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/ical/default.nix
···
buildPythonPackage rec {
pname = "ical";
-
version = "9.2.2";
+
version = "9.2.4";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "allenporter";
repo = "ical";
tag = version;
-
hash = "sha256-eh8XOKn7Xo4JprMwVVdsBWdXajn2URYVR5tz2y2wKrg=";
+
hash = "sha256-R9BuCLuVYuUvrmF/arEDsUPPUeSLjpqiEJ/ovvGIsYQ=";
};
build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/pysensibo/default.nix
···
buildPythonPackage rec {
pname = "pysensibo";
-
version = "1.1.0";
+
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-yITcVEBtqH1B+MyhQweOzmdgPgWrueAkczp/UsT4J/4=";
+
hash = "sha256-Otk5W3VTbOAeZOVnXvW8VSxU1nHa8zUvmvduRTdlwVs=";
};
build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
···
buildPythonPackage rec {
pname = "pysmartthings";
-
version = "3.2.1";
+
version = "3.2.2";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
-
hash = "sha256-KgwNXIzQWae91R0qmInlm6m+NwrSJgP9SY80WSneTY4=";
+
hash = "sha256-tQ+AQDHwr9JO4AQ+2ZAGQbSrfnuzPUEi2F19wLijv1Y=";
};
build-system = [ poetry-core ];
+1 -1
pkgs/servers/home-assistant/component-packages.nix
···
# Do not edit!
{
-
version = "2025.5.1";
+
version = "2025.5.2";
components = {
"3_day_blinds" =
ps: with ps; [
+13 -3
pkgs/servers/home-assistant/default.nix
···
doCheck = false; # no tests
});
+
plexapi = super.plexapi.overrideAttrs (oldAttrs: rec {
+
version = "4.15.16";
+
src = fetchFromGitHub {
+
owner = "pkkid";
+
repo = "python-plexapi";
+
tag = version;
+
hash = "sha256-NwGGNN6LC3gvE8zoVL5meNWMbqZjJ+6PcU2ebJTfJmU=";
+
};
+
});
+
# Pinned due to API changes in 0.1.0
poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec {
version = "0.0.8";
···
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
-
hassVersion = "2025.5.1";
+
hassVersion = "2025.5.2";
in
python.pkgs.buildPythonApplication rec {
···
owner = "home-assistant";
repo = "core";
tag = version;
-
hash = "sha256-/ItMm6/SV0MazK16NfW53XPcIV7ERUUabjcwHBC4c7Y=";
+
hash = "sha256-el5s82R4MuTjUnMVXRQj4PhPxJxHoL6Jqvc6XRnJl8w=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
-
hash = "sha256-zllQ0h1Ws+HNyfBvAAoKtovQtwkr0fNNtnF2pAjRrqM=";
+
hash = "sha256-lddnAM3fja9enPYRSonwSe1aG8t55jSJQNveWPwrhOE=";
};
build-system = with python.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
···
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
-
version = "20250509.0";
+
version = "20250516.0";
format = "wheel";
src = fetchPypi {
···
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
-
hash = "sha256-tlBdUA3Gj7P6KTjY2UNnWjQqpnwgvAlXC09P7QFR0r0=";
+
hash = "sha256-KyZE9SmEoAKgaZMRvs83BK73Yo3fqD8O+vMBO4JE+Ng=";
};
# there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix
···
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
-
version = "0.13.244";
+
version = "0.13.245";
pyproject = true;
disabled = pythonOlder "3.13";
···
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
rev = "refs/tags/${version}";
-
hash = "sha256-jYKPkhOKxi3Ue4Q/FHaBn/3p8b1VYsje1/awvOCBDfk=";
+
hash = "sha256-l/NStiw2tajXydNv9EDqRZ1ku2CeRdDOsHDFIEA9vdM=";
};
build-system = [ setuptools ];
+2 -2
pkgs/servers/home-assistant/stubs.nix
···
buildPythonPackage rec {
pname = "homeassistant-stubs";
-
version = "2025.5.1";
+
version = "2025.5.2";
pyproject = true;
disabled = python.version != home-assistant.python.version;
···
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
-
hash = "sha256-esKI8bqTI2ov5i0vrUDTjCPWKp7PG/Pay/lvYbvMQkU=";
+
hash = "sha256-jvXsGWVXviwC2KjMuRPdLy2uY5fkqsMALG1RZ3XvzvU=";
};
build-system = [
+24 -1
pkgs/servers/home-assistant/tests.nix
···
};
extraDisabledTests = {
+
sensor = [
+
# Failed: Translation not found for sensor
+
"test_validate_unit_change_convertible"
+
"test_validate_statistics_unit_change_no_device_class"
+
"test_validate_statistics_state_class_removed"
+
"test_validate_statistics_state_class_removed_issue_cleaned_up"
+
"test_validate_statistics_unit_change_no_conversion"
+
"test_validate_statistics_unit_change_equivalent_units_2"
+
"test_update_statistics_issues"
+
"test_validate_statistics_mean_type_changed"
+
];
shell_command = [
# tries to retrieve file from github
"test_non_text_stdout_capture"
···
# AssertionError: assert 'unknown_error' == 'template_error'
"test_render_template_with_timeout"
];
+
zeroconf = [
+
# multicast socket bind, not possible in the sandbox
+
"test_subscribe_discovery"
+
];
};
extraPytestFlagsArray = {
···
];
bmw_connected_drive = [
# outdated snapshot
-
"--deselect tests/components/bmw_connected_drive/test_select.py::test_entity_state_attrs"
+
"--deselect tests/components/bmw_connected_drive/test_binary_sensor.py::test_entity_state_attrs"
];
dnsip = [
# Tries to resolve DNS entries
···
modem_callerid = [
# aioserial mock produces wrong state
"--deselect tests/components/modem_callerid/test_init.py::test_setup_entry"
+
];
+
openai_conversation = [
+
# outdated snapshot
+
"--deselect tests/components/openai_conversation/test_conversation.py::test_function_call"
+
];
+
technove = [
+
# outdated snapshot
+
"--deselect tests/components/technove/test_switch.py::test_switches"
];
};
in