update ha components

This commit is contained in:
mjallen18
2025-12-05 17:22:51 -06:00
parent f54285bfe6
commit 0b4d63fd09
16 changed files with 91 additions and 228 deletions

View File

@@ -1,14 +1,14 @@
{ buildHomeAssistantComponent, fetchFromGitHub, ... }:
{ lib, buildHomeAssistantComponent, fetchFromGitHub, ... }:
buildHomeAssistantComponent rec {
owner = "jjjonesjr33";
domain = "petlibro";
version = "v1.2.30.5";
version = "v1.2.30.7";
src = fetchFromGitHub {
owner = owner;
repo = "petlibro";
rev = version;
hash = "sha256-Jcl1DxYFuddcQiqdjs1P62wCwNPrWdBbhdWrmECGUxQ=";
hash = "sha256-+zmeUQHRXrBYQ5pEWLAtu9TZ8ELiwCLliRPktKlpI8k=";
};
meta = {