home-assistant-custom-components.dirigera_platform: 2.6.8 -> 2.7.1

Diff: https://github.com/sanjoyg/dirigera_platform/compare/2.6.8...2.7.1
This commit is contained in:
Robert Schütz
2026-02-18 14:30:33 -08:00
parent 236931b115
commit 584b302007
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "sanjoyg";
domain = "dirigera_platform";
version = "2.6.8";
version = "2.7.1";
src = fetchFromGitHub {
owner = "sanjoyg";
repo = "dirigera_platform";
rev = version;
hash = "sha256-FNcGl6INQlVP+P3qmExWLI1ALh9ZacjJAbNKRtgM3ms=";
tag = version;
hash = "sha256-N4H07CmIEqUqv1VkLlL1f924TvZ4Cb4IuVKlRYJA9CM=";
};
postPatch = ''