summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-11 18:00:22 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-12 10:31:49 +0200
commitcd3a6df2ccc3eaeb12f8f7009381ff6c2b3cbda6 (patch)
treed4cc4fcda51bbb20ab7ac986c8afe9500556b4a3
parent11e83cb0ab8b07fb3b41779ca25bfb6c5989437b (diff)
home-assistant: 2024.6.1 -> 2024.6.2
https://github.com/home-assistant/core/releases/tag/2024.6.2
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix8
-rw-r--r--pkgs/servers/home-assistant/default.nix6
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
3 files changed, 10 insertions, 8 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index c4ef0e60adcc..dc3d6359cc85 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.6.1";
+ version = "2024.6.2";
components = {
"3_day_blinds" = ps: with ps; [
];
@@ -3210,7 +3210,8 @@
pyopenuv
];
"openweathermap" = ps: with ps; [
- ]; # missing inputs: pyopenweathermap
+ pyopenweathermap
+ ];
"opnsense" = ps: with ps; [
pyopnsense
];
@@ -4762,7 +4763,7 @@
unifiled
];
"unifiprotect" = ps: with ps; [
- pyunifiprotect
+ uiprotect
unifi-discovery
];
"universal" = ps: with ps; [
@@ -5724,6 +5725,7 @@
"opensky"
"opentherm_gw"
"openuv"
+ "openweathermap"
"opnsense"
"opower"
"oralb"
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index ab903005f3e2..1bcb076b3061 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -533,7 +533,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
- hassVersion = "2024.6.1";
+ hassVersion = "2024.6.2";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -551,13 +551,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
- hash = "sha256-T6qmmY7AIWUHwxD/WIrr9x685jrXzQ/1brTxWZTKsmw=";
+ hash = "sha256-o37/Vfs9+0pxihfaInB6f8DI1uExbBcQse2841v6+Ec=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
- hash = "sha256-Qp22sOVgxpbU9mglfK+IbWRvuyYm/jR70I4YvnDuF6s=";
+ hash = "sha256-eGlPcB5U6yJZd/771xzqKKY7REnCsniDypGndlsGo/E=";
};
build-system = with python.pkgs; [
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index e230de037c85..928479e6e0d2 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -4,7 +4,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
- version = "20240605.0";
+ version = "20240610.0";
format = "wheel";
src = fetchPypi {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
- hash = "sha256-xuzaGS26BmUlJqfRD65Rc+NpQmyQ77nNLbPAyYuqGNo=";
+ hash = "sha256-k4zUo439nfB71LVhv3Mfhj5mRD4Oduas+NHEyAqYBa4=";
};
# there is nothing to strip in this package