home-assistant-custom-components.dirigera_platform: 2.6.4 -> 2.6.6
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user