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 {
owner = "natekspencer";
domain = "bedjet";
version = "1.2.3";
version = "2.0.0";
src = fetchFromGitHub {
owner = owner;
repo = "ha-bedjet";
rev = version;
hash = "sha256-Zuidx6YrjqDzgtOTW380Rfzi1zHqJ07IrgBYztfM2II=";
hash = "sha256-Vs35OvIfSxvwiK6HenZWKOi7V8xz/RMWgplYxhQtvxU=";
};
nativeBuildInputs = with python3Packages; [