From 5105434f14acc5be8a3b1e606d67f574cdc817e0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Mar 2026 21:57:38 +0000 Subject: [PATCH 1/2] home-assistant-custom-components.tibber_local: 2026.2.2 -> 2026.3.4 --- .../home-assistant/custom-components/tibber_local/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix b/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix index e79c5272f0e0..c6854b6415f9 100644 --- a/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "marq24"; domain = "tibber_local"; - version = "2026.2.2"; + version = "2026.3.4"; src = fetchFromGitHub { inherit owner; repo = "ha-tibber-pulse-local"; tag = version; - sha256 = "sha256-YHvhVAGOMkPwaxdQVv1cO6H8LitoG2PChOV1b8Z/4KU="; + sha256 = "sha256-XYcTQESAV50GX99QRWrmb57fEHOnpQuMlE/VpGlTPrQ="; }; dependencies = [ From 921ae4ce4c13879e0c725e4c6859eabe5c4b620e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 28 Mar 2026 07:41:21 -0700 Subject: [PATCH 2/2] home-assistant-custom-components.tibber_local: fix meta.description --- .../home-assistant/custom-components/tibber_local/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix b/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix index c6854b6415f9..6f5cd7a0bb78 100644 --- a/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/tibber_local/package.nix @@ -23,7 +23,7 @@ buildHomeAssistantComponent rec { meta = { changelog = "https://github.com/marq24/ha-tibber-pulse-local/releases/tag/${version}"; - description = "Home Assistant integration framework for (garbage collection) schedules"; + description = "Local/LAN Tibber Pulse IR/Bridge Integration for Home Assistant"; homepage = "https://github.com/marq24/ha-tibber-pulse-local"; maintainers = with lib.maintainers; [ hensoko ]; license = lib.licenses.asl20;