home-assistant-custom-components.powercalc: 1.20.6 -> 1.20.8 (#497783)

This commit is contained in:
Sandro
2026-03-09 23:54:06 +00:00
committed by GitHub
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.6";
version = "1.20.8";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-OOTqek+0CoAPHJugrzhpvOAvNNxZxG/KUjNxfsq71qQ=";
hash = "sha256-E23GJOnc54iefgf5Y+purEPH4OrtlNiIs1EkcR2TjHM=";
};
dependencies = [ numpy ];