home-assistant-custom-components.dirigera_platform: 2.6.8 -> 2.7.1 (#491887)

This commit is contained in:
dotlambda
2026-02-21 06:11:23 +00:00
committed by GitHub
@@ -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 = ''