home-assistant-custom-components.powercalc: 1.20.8 -> 1.20.9 (#500259)

This commit is contained in:
Martin Weinelt
2026-03-16 13:52:16 +00:00
committed by GitHub
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.8";
version = "1.20.9";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-E23GJOnc54iefgf5Y+purEPH4OrtlNiIs1EkcR2TjHM=";
hash = "sha256-0B7C4WBYgfS1M838kcc57gIIkH6ufozAelKF0IKzFi8=";
};
dependencies = [ numpy ];