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

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