Robert Schütz
2026-02-04 21:46:55 -08:00
parent 88ef0361d5
commit 2584e47b65
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.3";
version = "1.20.4";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-z66VHJ/ZzQKvx4l00XGKvTBt9o4T+hv64oCGZNDRUng=";
hash = "sha256-WtNUO7PIRqplGG/WQV1TJM+ta+4i1rNpfeFL9Q7uSdM=";
};
dependencies = [ numpy ];
@@ -41,6 +41,11 @@ buildHomeAssistantComponent rec {
tests/setup.sh
'';
disabledTests = [
# test contacts api.powercalc.nl
"test_exception_is_raised_on_github_resource_unavailable"
];
meta = {
changelog = "https://github.com/bramstroker/homeassistant-powercalc/releases/tag/${src.tag}";
description = "Custom Home Assistant component for virtual power sensors";