about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-16 21:45:25 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-16 21:45:57 +0100
commitbdeeb71e86d82d7693801b118d4898e82259c3b7 (patch)
tree89f6537220aac1cf5c5456e21d3acd31c3a71c56 /pkgs/servers/home-assistant
parent330769255a201e0022673e98a7ec86bc8f03d2d3 (diff)
downloadnixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar.gz
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar.bz2
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar.lz
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar.xz
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.tar.zst
nixlib-bdeeb71e86d82d7693801b118d4898e82259c3b7.zip
home-assistant: 2024.2.1 -> 2024.2.2
https://github.com/home-assistant/core/releases/tag/2024.2.2
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix10
-rw-r--r--pkgs/servers/home-assistant/default.nix6
2 files changed, 11 insertions, 5 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 6b4ebaadb1e8..9f8799339875 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -2,7 +2,7 @@
 # Do not edit!
 
 {
-  version = "2024.2.1";
+  version = "2024.2.2";
   components = {
     "3_day_blinds" = ps: with ps; [
     ];
@@ -3018,6 +3018,9 @@
     "meteoclimatic" = ps: with ps; [
       pymeteoclimatic
     ];
+    "metoffice" = ps: with ps; [
+      datapoint
+    ];
     "mfi" = ps: with ps; [
     ]; # missing inputs: mficlient
     "microsoft" = ps: with ps; [
@@ -4928,7 +4931,8 @@
     "tcp" = ps: with ps; [
     ];
     "technove" = ps: with ps; [
-    ]; # missing inputs: python-technove
+      python-technove
+    ];
     "ted5000" = ps: with ps; [
       xmltodict
     ];
@@ -6220,6 +6224,7 @@
     "met_eireann"
     "meteo_france"
     "meteoclimatic"
+    "metoffice"
     "microsoft_face"
     "microsoft_face_detect"
     "microsoft_face_identify"
@@ -6490,6 +6495,7 @@
     "tasmota"
     "tautulli"
     "tcp"
+    "technove"
     "tedee"
     "telegram"
     "telegram_bot"
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 9eaafce6eac9..182cfe1bd59b 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -428,7 +428,7 @@ let
   extraBuildInputs = extraPackages python.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2024.2.1";
+  hassVersion = "2024.2.2";
 
 in python.pkgs.buildPythonApplication rec {
   pname = "homeassistant";
@@ -446,13 +446,13 @@ in python.pkgs.buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = "refs/tags/${version}";
-    hash = "sha256-PtBDSxl0744rytMeMOTAj60eERzANzD2dyd4sPivgqQ=";
+    hash = "sha256-nzx1ZaIBjzA2cgCkSlRLCr2Xd51i6kBHSKnfGgt9RpQ=";
   };
 
   # Secondary source is pypi sdist for translations
   sdist = fetchPypi {
     inherit pname version;
-    hash = "sha256-iLCHoDfZ1gz+LxNxIiKNsSDaL2Taq8B3Huu000eXSxc=";
+    hash = "sha256-ITwY3cB5YFmY1qTXBHpulEULdF0yKme334wxQVULvW8=";
   };
 
   nativeBuildInputs = with python.pkgs; [