This commit is contained in:
2026-02-10 12:34:05 -06:00
parent 07e8fc704f
commit 5c94bd7fcb
5 changed files with 894 additions and 82 deletions

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "greghesp"; owner = "greghesp";
domain = "bambu_lab"; domain = "bambu_lab";
version = "v2.2.19"; version = "v2.2.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = owner; owner = owner;
repo = "ha-bambulab"; repo = "ha-bambulab";
rev = version; rev = version;
hash = "sha256-BRTbo9v9a4iCkrgVfyFzZXZS4ogDr+Kkx9qz8bhAaDc="; hash = "sha256-lKKfPWWcri2OUM9nkdY2iltvIaoFhnUP4HGBGDUnEww=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "natekspencer"; owner = "natekspencer";
domain = "bedjet"; domain = "bedjet";
version = "1.2.3"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = owner; owner = owner;
repo = "ha-bedjet"; repo = "ha-bedjet";
rev = version; rev = version;
hash = "sha256-Zuidx6YrjqDzgtOTW380Rfzi1zHqJ07IrgBYztfM2II="; hash = "sha256-Vs35OvIfSxvwiK6HenZWKOi7V8xz/RMWgplYxhQtvxU=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [

View File

@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "SecKatie"; owner = "SecKatie";
domain = "wyzeapi"; domain = "wyzeapi";
version = "0.1.35"; version = "0.1.36";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = owner; owner = owner;
repo = "ha-wyzeapi"; repo = "ha-wyzeapi";
rev = version; rev = version;
hash = "sha256-J9VFNImri0xF8RfND1bZl12CreKA023eHsXFNVt1YNQ="; hash = "sha256-4i5Ne3LYV7DXn6F6e5MCVZhIdDYR7fe3tT2GeSmYb/k=";
}; };
nativeBuildInputs = with pkgs.${namespace}; [ nativeBuildInputs = with pkgs.${namespace}; [

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "python-roborock"; pname = "python-roborock";
version = "4.4.0"; version = "4.12.0";
pyproject = true; pyproject = true;
disabled = python3Packages.pythonOlder "3.11"; disabled = python3Packages.pythonOlder "3.11";
@@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
owner = "humbertogontijo"; owner = "humbertogontijo";
repo = "python-roborock"; repo = "python-roborock";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-zswKFRde6N8tciRiXzEnQKArzrbtrKaM+78s2N846S8="; hash = "sha256-H47NKOGKUCJs9LolVcTg6R8W6Fuq+YWBgrwJUB08JVA=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [

File diff suppressed because it is too large Load Diff