···2# Do not edit!
34{
5- version = "2025.8.2";
6 components = {
7 "3_day_blinds" =
8 ps: with ps; [
···2# Do not edit!
34{
5+ version = "2025.8.3";
6 components = {
7 "3_day_blinds" =
8 ps: with ps; [
+3-3
pkgs/servers/home-assistant/default.nix
···341 extraBuildInputs = extraPackages python.pkgs;
342343 # Don't forget to run update-component-packages.py after updating
344- hassVersion = "2025.8.2";
345346in
347python.pkgs.buildPythonApplication rec {
···362 owner = "home-assistant";
363 repo = "core";
364 tag = version;
365- hash = "sha256-z/wEYitbn8D0LEUTnBfDWfeo+NdDxX42Ifz2D5pbM8I=";
366 };
367368 # Secondary source is pypi sdist for translations
369 sdist = fetchPypi {
370 inherit pname version;
371- hash = "sha256-6VnXCc6NWwKUQWmIB/xJmR2AZgfXEXh8DNmoKzSY3GI=";
372 };
373374 build-system = with python.pkgs; [
···341 extraBuildInputs = extraPackages python.pkgs;
342343 # Don't forget to run update-component-packages.py after updating
344+ hassVersion = "2025.8.3";
345346in
347python.pkgs.buildPythonApplication rec {
···362 owner = "home-assistant";
363 repo = "core";
364 tag = version;
365+ hash = "sha256-FiaRCXWEn1AsLaLH88hfZjMNeRcmP5uNJxxFvEW5K3c=";
366 };
367368 # Secondary source is pypi sdist for translations
369 sdist = fetchPypi {
370 inherit pname version;
371+ hash = "sha256-X7G9SAN1t4OPLdyRu/Fwfq70JWu5k1F6Qgz8YgP4jis=";
372 };
373374 build-system = with python.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···8 # the frontend version corresponding to a specific home-assistant version can be found here
9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
10 pname = "home-assistant-frontend";
11- version = "20250811.0";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19- hash = "sha256-x//iMjNup4bf3PpvISYkHxOXKH20J2s+6oWQ22gS4BI=";
20 };
2122 # there is nothing to strip in this package
···8 # the frontend version corresponding to a specific home-assistant version can be found here
9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
10 pname = "home-assistant-frontend";
11+ version = "20250811.1";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19+ hash = "sha256-26qhkFf0m4Pf/k8drf6RvT5YFHXma2aP/k5a/gIkqoo=";
20 };
2122 # there is nothing to strip in this package