Skip to content

Commit a6c808e

Browse files
authored
home-assistant: 2025.2.4 -> 2025.2.5 (#384144)
2 parents 00266d9 + 3800f73 commit a6c808e

File tree

32 files changed

+68
-68
lines changed

32 files changed

+68
-68
lines changed

pkgs/development/python-modules/airgradient/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "airgradient";
20-
version = "0.9.1";
20+
version = "0.9.2";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "airgradienthq";
2727
repo = "python-airgradient";
2828
tag = "v${version}";
29-
hash = "sha256-al0DLsub3xLU1BWLNn0cMI87O0mcQJ0Y4Boj2Xwk1r0=";
29+
hash = "sha256-llhdLqVueATKCb4wyPYjnsdOpbbE2BnUU0PH0jwHPMU=";
3030
};
3131

3232
build-system = [ poetry-core ];

pkgs/development/python-modules/pyhiveapi/default.nix renamed to pkgs/development/python-modules/pyhive-integration/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}:
1515

1616
buildPythonPackage rec {
17-
pname = "pyhiveapi";
18-
version = "1.0.1";
17+
pname = "pyhive-integration";
18+
version = "1.0.2";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "Pyhass";
2525
repo = "Pyhiveapi";
2626
tag = "v${version}";
27-
hash = "sha256-/Q6nQb6JyjjWJv7Yj+EJdqOMy+j3cYPIkRpXa3Q48Oo=";
27+
hash = "sha256-lfBr889s6NHcos/kdzQa9HJEcQ4dfCEMjuLYiLzesfE=";
2828
};
2929

3030
postPatch = ''

pkgs/development/python-modules/pyprosegur/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pyprosegur";
15-
version = "0.0.12";
15+
version = "0.0.14";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "dgomes";
2222
repo = "pyprosegur";
2323
tag = version;
24-
hash = "sha256-A223aafa0eXNBVd2cVVV7p2wXg4Z2rcoggM3czmRsOE=";
24+
hash = "sha256-FMkz5zZ5+607gfmw4KRmCgfR+TJF2JGLRVEUzZAjTrc=";
2525
};
2626

2727
build-system = [ setuptools ];

pkgs/development/python-modules/pyrympro/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyrympro";
12-
version = "0.0.8";
12+
version = "0.0.9";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "OnFreund";
1919
repo = "pyrympro";
2020
tag = "v${version}";
21-
hash = "sha256-mRvKLPgtBgmFDTHqra7GslxsgsJpQ2w/DE0Zgz5jujk=";
21+
hash = "sha256-+KgYdiVuX8Ycw0Odte/EXsoWiMaLmTU6zTeJCw9jwvs=";
2222
};
2323

2424
build-system = [ setuptools ];

pkgs/development/python-modules/pyvesync/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyvesync";
14-
version = "2.1.17";
14+
version = "2.1.18";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "webdjoe";
2121
repo = "pyvesync";
2222
tag = version;
23-
hash = "sha256-h5pxoPtIZVfhSHyvCkde2uVMzNjqXEYaMM8+gsNMd/k=";
23+
hash = "sha256-p46QVjJ8MzvsAu9JAQo4XN+z96arWLoJakdT81ITasU=";
2424
};
2525

2626
build-system = [ setuptools ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
meta = with lib; {
3838
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
3939
homepage = "https://github.com/webdjoe/pyvesync";
40-
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
40+
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${src.tag}";
4141
license = with licenses; [ mit ];
4242
maintainers = with maintainers; [ fab ];
4343
};

pkgs/development/python-modules/reolink-aio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "reolink-aio";
16-
version = "0.11.10";
16+
version = "0.12.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "starkillerOG";
2323
repo = "reolink_aio";
2424
tag = version;
25-
hash = "sha256-qEcu+jdzPSNzgT5aK1nZxT6EAlH1ady5Vyx11PTsTic=";
25+
hash = "sha256-HIBNmn8qGTOV6eP7pX0EGgenYoNXuXPu9o2Uf8VFaUw=";
2626
};
2727

2828
build-system = [ setuptools ];

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit!
33

44
{
5-
version = "2025.2.4";
5+
version = "2025.2.5";
66
components = {
77
"3_day_blinds" =
88
ps: with ps; [
@@ -2225,7 +2225,7 @@
22252225
];
22262226
"hive" =
22272227
ps: with ps; [
2228-
pyhiveapi
2228+
pyhive-integration
22292229
];
22302230
"hko" =
22312231
ps: with ps; [

pkgs/servers/home-assistant/custom-components/adaptive_lighting/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildHomeAssistantComponent rec {
99
owner = "basnijholt";
1010
domain = "adaptive_lighting";
11-
version = "1.23.0";
11+
version = "1.25.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "basnijholt";
1515
repo = "adaptive-lighting";
16-
tag = version;
17-
hash = "sha256-Yq8mKk2j2CHyHvwyej0GeFQhuy1MFXwt0o+lDOGwrBU=";
16+
tag = "v${version}";
17+
hash = "sha256-ykliUi/gnJB9hMNI72RCofcGzS7799lVTAXZyrho/Ng=";
1818
};
1919

2020
dependencies = [

pkgs/servers/home-assistant/custom-components/auth-header/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
buildHomeAssistantComponent rec {
88
owner = "BeryJu";
99
domain = "auth_header";
10-
version = "1.11";
10+
version = "1.12";
1111

1212
src = fetchFromGitHub {
1313
inherit owner;
1414
repo = "hass-auth-header";
1515
tag = "v${version}";
16-
hash = "sha256-N2jEFyb/OWsO48rAuQBDHtQ5yKfIrGTcwlEb2P3LyVc=";
16+
hash = "sha256-BPG/G6IM95g9ip2OsPmcAebi2ZvKHUpFzV4oquOFLPM=";
1717
};
1818

1919
meta = with lib; {

pkgs/servers/home-assistant/custom-components/auth_oidc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
buildHomeAssistantComponent rec {
1212
owner = "christaangoossens";
1313
domain = "auth_oidc";
14-
version = "0.5.1-alpha";
14+
version = "0.6.2-alpha";
1515

1616
src = fetchFromGitHub {
1717
owner = "christiaangoossens";
1818
repo = "hass-oidc-auth";
1919
tag = "v${version}";
20-
hash = "sha256-GT82LWzfZzmCACS51mJctT/NeCTckJsJGl3x+wCQGjs=";
20+
hash = "sha256-C/Nui0frlcRLaOqsfFH72QNo756karLq/UUcvs2LgE0=";
2121
};
2222

2323
dependencies = [

0 commit comments

Comments
 (0)