···386 extraBuildInputs = extraPackages python.pkgs;
387388 # Don't forget to run update-component-packages.py after updating
389- hassVersion = "2025.5.3";
390391in
392python.pkgs.buildPythonApplication rec {
···407 owner = "home-assistant";
408 repo = "core";
409 tag = version;
410- hash = "sha256-qqPO7dr+Sb1RKYoOV7MhT2E1FcW7lAKTTB0T+UzLwzk=";
411 };
412413 # Secondary source is pypi sdist for translations
414 sdist = fetchPypi {
415 inherit pname version;
416- hash = "sha256-8WusUfZEyoBPltVrDpDQVkbIFEHn1GGdA4Pt0Zb1+Fo=";
417 };
418419 build-system = with python.pkgs; [
···448 dependencies = with python.pkgs; [
449 # Only packages required in pyproject.toml
450 aiodns
0451 aiohasupervisor
452 aiohttp
453 aiohttp-asyncmdnsresolver
···386 extraBuildInputs = extraPackages python.pkgs;
387388 # Don't forget to run update-component-packages.py after updating
389+ hassVersion = "2025.6.0";
390391in
392python.pkgs.buildPythonApplication rec {
···407 owner = "home-assistant";
408 repo = "core";
409 tag = version;
410+ hash = "sha256-SSMubMXk6lasj0CwgPVQRzW7yzkN3lWaoJJDf51zIGQ=";
411 };
412413 # Secondary source is pypi sdist for translations
414 sdist = fetchPypi {
415 inherit pname version;
416+ hash = "sha256-3PiRVBtboqWVU5da8EeOkRWAGumrLENNSMD4cD7/MOU=";
417 };
418419 build-system = with python.pkgs; [
···448 dependencies = with python.pkgs; [
449 # Only packages required in pyproject.toml
450 aiodns
451+ aiofiles
452 aiohasupervisor
453 aiohttp
454 aiohttp-asyncmdnsresolver
+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 = "20250516.0";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19- hash = "sha256-KyZE9SmEoAKgaZMRvs83BK73Yo3fqD8O+vMBO4JE+Ng=";
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 = "20250531.2";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19+ hash = "sha256-i77uNNUHwPW+A4RkweqcvOdJofKSWhzoeup5HQFwMzQ=";
20 };
2122 # there is nothing to strip in this package
···535 pydns = py3dns; # added 2024-10-25
536 pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
537 pyephember = throw "pyephember was removed because Home Assistant switched to pyephember2"; # added 2025-05-07
0538 pyjet = throw "pyjet is deprecated, use fastjet instead"; # added 2023-05-10
539 pygame_sdl2 = pygame-sdl2; # added 2024-01-07
540 pygogo = throw "pygogo has been removed, since it is abandoned and had no maintainer"; # added 2024-07-27
···535 pydns = py3dns; # added 2024-10-25
536 pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
537 pyephember = throw "pyephember was removed because Home Assistant switched to pyephember2"; # added 2025-05-07
538+ pyezviz = throw "pyeziz has been removed in favor of pyevizapi, where development continues"; # added 2025-06-11
539 pyjet = throw "pyjet is deprecated, use fastjet instead"; # added 2023-05-10
540 pygame_sdl2 = pygame-sdl2; # added 2024-01-07
541 pygogo = throw "pygogo has been removed, since it is abandoned and had no maintainer"; # added 2024-07-27