Loading pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2024.11.1"; version = "2024.11.2"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -439,7 +439,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run update-component-packages.py after updating hassVersion = "2024.11.1"; hassVersion = "2024.11.2"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -457,13 +457,13 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = "refs/tags/${version}"; hash = "sha256-t8f0em5EaWPLZlr+fi/Kn3AE0dFEAyy0FpwdjJOYBCI="; hash = "sha256-cP9Q700JLnThAPDfeJ8mx+PSI6I62hjA49TpAMHN2Wk="; }; # Secondary source is pypi sdist for translations sdist = fetchPypi { inherit pname version; hash = "sha256-e9RF1oer4FyDEYof7qLTFUkmSxDh71qi+ResNXO6G5o="; hash = "sha256-qBKcY8PybEJeExTjxs9bgiM6YWjyoSLE1dzgrD1Hdtc="; }; build-system = with python.pkgs; [ Loading pkgs/servers/home-assistant/tests.nix +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,11 @@ let }; extraPytestFlagsArray = { conversation = [ # Expected: Sorry, I am not aware of any device called missing entity on ground floor # Actually: Sorry, I am not aware of any area called ground floor "--deselect tests/components/conversation/test_default_agent.py::test_error_no_device_on_floor" ]; dnsip = [ # Tries to resolve DNS entries "--deselect tests/components/dnsip/test_config_flow.py::test_options_flow" Loading Loading
pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2024.11.1"; version = "2024.11.2"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading
pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -439,7 +439,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run update-component-packages.py after updating hassVersion = "2024.11.1"; hassVersion = "2024.11.2"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -457,13 +457,13 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = "refs/tags/${version}"; hash = "sha256-t8f0em5EaWPLZlr+fi/Kn3AE0dFEAyy0FpwdjJOYBCI="; hash = "sha256-cP9Q700JLnThAPDfeJ8mx+PSI6I62hjA49TpAMHN2Wk="; }; # Secondary source is pypi sdist for translations sdist = fetchPypi { inherit pname version; hash = "sha256-e9RF1oer4FyDEYof7qLTFUkmSxDh71qi+ResNXO6G5o="; hash = "sha256-qBKcY8PybEJeExTjxs9bgiM6YWjyoSLE1dzgrD1Hdtc="; }; build-system = with python.pkgs; [ Loading
pkgs/servers/home-assistant/tests.nix +5 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,11 @@ let }; extraPytestFlagsArray = { conversation = [ # Expected: Sorry, I am not aware of any device called missing entity on ground floor # Actually: Sorry, I am not aware of any area called ground floor "--deselect tests/components/conversation/test_default_agent.py::test_error_no_device_on_floor" ]; dnsip = [ # Tries to resolve DNS entries "--deselect tests/components/dnsip/test_config_flow.py::test_options_flow" Loading