home-assistant: 2025.8.2 -> 2025.8.3 (#435726)

authored by

Martin Weinelt and committed by
GitHub
2dd62442 4472f857

+26 -33
+2 -2
pkgs/development/python-modules/aioamazondevices/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "aioamazondevices"; 18 - version = "4.0.1"; 18 + version = "5.0.0"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "chemelli74"; 23 23 repo = "aioamazondevices"; 24 24 tag = "v${version}"; 25 - hash = "sha256-FTIACTsDFg+TUvtQOI46ecOZxFmyeUSlOZm9xXAlkhY="; 25 + hash = "sha256-MB7CRYHT4V7JvNFkdX9x/fMRkJrHwF4XnQ2eH0kD8Ng="; 26 26 }; 27 27 28 28 build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/bleak-retry-connector/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "bleak-retry-connector"; 16 - version = "4.0.1"; 16 + version = "4.3.0"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Bluetooth-Devices"; 21 21 repo = "bleak-retry-connector"; 22 22 tag = "v${version}"; 23 - hash = "sha256-6x9n8DG7nyGLFCcPAEyIy3sWZ4sthgFT24/Owv0KTsQ="; 23 + hash = "sha256-NqJBxWuFr+vMOt3Yjwaey7SPII/KNc22NKAb2DLXtKM="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/boschshcpy/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "boschshcpy"; 15 - version = "0.2.105"; 15 + version = "0.2.107"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "tschamm"; 22 22 repo = "boschshcpy"; 23 23 tag = version; 24 - hash = "sha256-aouZryqn2qMdfqTFXP49UUY0X1HzQCldLQUBfnlUfHI="; 24 + hash = "sha256-JHOaviN8pjG/VcYCZUk7vRTLKCfj5TMCQYo+dNDdX5I="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/imgw-pib/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "imgw-pib"; 18 - version = "1.5.3"; 18 + version = "1.5.4"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "bieniu"; 23 23 repo = "imgw-pib"; 24 24 tag = version; 25 - hash = "sha256-rsR1ZlbNCAlJmiTefgJ4gurGaC17z/kKgDHpuMkyxz8="; 25 + hash = "sha256-IRT0tEVKQ1ebvRtBsdf30DII1U6vjV2/MTk7PoC9zd4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/onvif-zeep-async/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "onvif-zeep-async"; 15 - version = "4.0.3"; 15 + version = "4.0.4"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "openvideolibs"; 22 22 repo = "python-onvif-zeep-async"; 23 23 tag = "v${version}"; 24 - hash = "sha256-xffbMz8NZpazLw3uRPMNv5i23yk6RmOBCgE1gSj9d7A="; 24 + hash = "sha256-IZ48CB4+C+XS/Qt51hohurdQoJ1uANus/PodtZ9ZpCY="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/pyatmo/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pyatmo"; 21 - version = "9.2.1"; 21 + version = "9.2.3"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.11"; ··· 27 27 owner = "jabesq"; 28 28 repo = "pyatmo"; 29 29 tag = "v${version}"; 30 - hash = "sha256-vSyZsWhqyQqKFukD6GbtkAJd3QBmRwdmRIYD19DXQW0="; 30 + hash = "sha256-czHn5pgiyQwn+78NQnJDo49knstL9m2Gp3neZeb75js="; 31 31 }; 32 32 33 33 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pysmartthings"; 21 - version = "3.2.8"; 21 + version = "3.2.9"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.12"; ··· 27 27 owner = "andrewsayre"; 28 28 repo = "pysmartthings"; 29 29 tag = "v${version}"; 30 - hash = "sha256-bTE4N2TwrAyi0NZcj/GghLZ7Vq4eoc9mQH2OBeCfHn8="; 30 + hash = "sha256-5buCkZ+VBZFHId616YxTUPNVd1QRh+bO0OBq0JL4dvo="; 31 31 }; 32 32 33 33 build-system = [ poetry-core ];
+2 -9
pkgs/development/python-modules/zcc-helper/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "zcc-helper"; 11 - version = "3.5.2"; 11 + version = "3.6"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromBitbucket { 15 15 owner = "mark_hannon"; 16 16 repo = "zcc"; 17 17 rev = "release_${version}"; 18 - hash = "sha256-6cpLpzzJPoyWaldXZzptV2LY5aYmRtVf0rd1Ye71VG0="; 18 + hash = "sha256-93zSEGr5y00+heuG0hTME+BkLQBUmHnXXMH12ktMtM4="; 19 19 }; 20 20 21 21 build-system = [ setuptools ]; ··· 24 24 25 25 nativeCheckInputs = [ 26 26 pytestCheckHook 27 - ]; 28 - 29 - disabledTestPaths = [ 30 - # tests require running a server 31 - "tests/test_controller.py" 32 - # fixture 'when' not found 33 - "tests/test_socket.py" 34 27 ]; 35 28 36 29 meta = {
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2025.8.2"; 5 + version = "2025.8.3"; 6 6 components = { 7 7 "3_day_blinds" = 8 8 ps: with ps; [
+3 -3
pkgs/servers/home-assistant/default.nix
··· 341 341 extraBuildInputs = extraPackages python.pkgs; 342 342 343 343 # Don't forget to run update-component-packages.py after updating 344 - hassVersion = "2025.8.2"; 344 + hassVersion = "2025.8.3"; 345 345 346 346 in 347 347 python.pkgs.buildPythonApplication rec { ··· 362 362 owner = "home-assistant"; 363 363 repo = "core"; 364 364 tag = version; 365 - hash = "sha256-z/wEYitbn8D0LEUTnBfDWfeo+NdDxX42Ifz2D5pbM8I="; 365 + hash = "sha256-FiaRCXWEn1AsLaLH88hfZjMNeRcmP5uNJxxFvEW5K3c="; 366 366 }; 367 367 368 368 # Secondary source is pypi sdist for translations 369 369 sdist = fetchPypi { 370 370 inherit pname version; 371 - hash = "sha256-6VnXCc6NWwKUQWmIB/xJmR2AZgfXEXh8DNmoKzSY3GI="; 371 + hash = "sha256-X7G9SAN1t4OPLdyRu/Fwfq70JWu5k1F6Qgz8YgP4jis="; 372 372 }; 373 373 374 374 build-system = with python.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 8 8 # the frontend version corresponding to a specific home-assistant version can be found here 9 9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 10 10 pname = "home-assistant-frontend"; 11 - version = "20250811.0"; 11 + version = "20250811.1"; 12 12 format = "wheel"; 13 13 14 14 src = fetchPypi { ··· 16 16 pname = "home_assistant_frontend"; 17 17 dist = "py3"; 18 18 python = "py3"; 19 - hash = "sha256-x//iMjNup4bf3PpvISYkHxOXKH20J2s+6oWQ22gS4BI="; 19 + hash = "sha256-26qhkFf0m4Pf/k8drf6RvT5YFHXma2aP/k5a/gIkqoo="; 20 20 }; 21 21 22 22 # there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pytest-homeassistant-custom-component"; 21 - version = "0.13.271"; 21 + version = "0.13.272"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.13"; ··· 27 27 owner = "MatthewFlamm"; 28 28 repo = "pytest-homeassistant-custom-component"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-2XRj7W0XKKQovP8azU3VzyZaGTCYYxCtzwPWvAVv75M="; 30 + hash = "sha256-uzDssCqyZAVa9YIGQ7l0cNNSO+3LNvOh7nK85Rzz68Q="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "homeassistant-stubs"; 13 - version = "2025.8.2"; 13 + version = "2025.8.3"; 14 14 pyproject = true; 15 15 16 16 disabled = python.version != home-assistant.python.version; ··· 19 19 owner = "KapJI"; 20 20 repo = "homeassistant-stubs"; 21 21 tag = version; 22 - hash = "sha256-E4/j08PMAi4zetJtBSZWLoCB4NUlgr+wzytfRgybL34="; 22 + hash = "sha256-6cCHaWh9k8mWMvjWou90rJEpht4ba/4CGVVqkK0S67E="; 23 23 }; 24 24 25 25 build-system = [