Unverified Commit eb7011c5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: 2024.11.1 -> 2024.11.2

parent ec253b77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2024.11.1";
  version = "2024.11.2";
  components = {
    "3_day_blinds" = ps: with ps; [
    ];
+3 −3
Original line number Diff line number Diff line
@@ -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";
@@ -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; [
+5 −0
Original line number Diff line number Diff line
@@ -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"