home-assistant-custom-components.average: 2.3.4 -> 2.4.0

https://github.com/Limych/ha-average/releases/tag/2.4.0
This commit is contained in:
Martin Weinelt
2024-12-12 03:52:43 +01:00
parent 8fcc2a1e57
commit 6bc9bb876e
@@ -7,16 +7,21 @@
buildHomeAssistantComponent rec {
owner = "Limych";
domain = "average";
version = "2.3.4";
version = "2.4.0";
src = fetchFromGitHub {
inherit owner;
repo = "ha-average";
rev = version;
hash = "sha256-PfN2F1/ScVScXfh5jKQDZ6rK4XlqD9+YW8k4f4i3bk0=";
tag = version;
hash = "sha256-LISGpgfoVxdOeJ9LHzxf7zt49pbIJrLiPkNg/Mf1lxM=";
};
postPatch = ''
sed -i "/pip>=/d" custom_components/average/manifest.json
'';
meta = with lib; {
changelog = "https://github.com/Limych/ha-average/releases/tag/${version}";
description = "Average Sensor for Home Assistant";
homepage = "https://github.com/Limych/ha-average";
maintainers = with maintainers; [ matthiasbeyer ];