home-assistant-custom-components.dirigera_platform: 2.6.4 -> 2.6.6

This commit is contained in:
Martin Weinelt
2025-01-05 03:12:59 +01:00
parent d5fc8adbbe
commit 2a53b0683d
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "sanjoyg";
domain = "dirigera_platform";
version = "2.6.4";
version = "2.6.6";
src = fetchFromGitHub {
owner = "sanjoyg";
repo = "dirigera_platform";
rev = version;
hash = "sha256-ftJUmJ5UWgm22YBfCIBAxRjG+niougw5ekrQNuSRgzI=";
hash = "sha256-OoTmEVjo6pzFQ5uoZOcmpOhVUoM2DM8HBAvJA58zjAU=";
};
postPatch = ''
@@ -24,6 +24,8 @@ buildHomeAssistantComponent rec {
dependencies = [ dirigera ];
ignoreVersionRequirement = [ "dirigera" ];
meta = with lib; {
description = "Home-assistant integration for IKEA Dirigera hub";
homepage = "https://github.com/sanjoyg/dirigera_platform";