summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-04 23:13:31 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 03:12:02 +0100
commiteab16a708092851b6edcb0b630f16a34ce30950e (patch)
tree3d41ffcaf8eedc1c2a44c092fb90d0d120a4b99e /pkgs/servers/home-assistant/default.nix
parent1d06a93281dd633846f178c9e120546c621e7465 (diff)
home-assistant: 2022.12.9 -> 2023.1.0
https://www.home-assistant.io/blog/2023/01/04/release-20231/
Diffstat (limited to 'pkgs/servers/home-assistant/default.nix')
-rw-r--r--pkgs/servers/home-assistant/default.nix17
1 files changed, 4 insertions, 13 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 9b7f66f4a020..bc7fc267dafa 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -85,17 +85,6 @@ let
};
});
- hap-python = super.hap-python.overridePythonAttrs (oldAtrs: rec {
- pname = "ha-hap-python";
- version = "4.5.2";
- src = fetchFromGitHub {
- owner = "bdraco";
- repo = "ha-HAP-python";
- rev = "refs/tags/v4.5.2";
- hash = "sha256-xCmx5QopNShKIuXewT+T86Bxyi4P0ddh8r2UlJ48Wig=";
- };
- });
-
# Pinned due to API changes in 0.1.0
poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec {
version = "0.0.8";
@@ -206,7 +195,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
- hassVersion = "2022.12.9";
+ hassVersion = "2023.1.0";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -224,7 +213,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
- hash = "sha256-tf2H4+79CGTmbKZtJpzYOzAgi90RpSy89hoDNS24m0Q=";
+ hash = "sha256-uYQnymJQ893F5fX/yi8S3OZL4LkT5z7QNOzkoedXllM=";
};
# leave this in, so users don't have to constantly update their downstream patch handling
@@ -301,11 +290,13 @@ in python.pkgs.buildPythonApplication rec {
checkInputs = with python.pkgs; [
# test infrastructure (selectively from requirement_test.txt)
freezegun
+ pytest-asyncio
pytest-aiohttp
pytest-freezegun
pytest-mock
pytest-rerunfailures
pytest-socket
+ pytest-unordered
pytest-xdist
pytestCheckHook
requests-mock