From f0b62afcfdeb17313bc0438546ae1a3062007e1c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 5 May 2026 16:45:28 +0200 Subject: [PATCH] home-assistant-custom-components.ecoflow_cloud: set license source: https://github.com/tolwi/hassio-ecoflow-cloud/blob/main/LICENSE --- .../home-assistant/custom-components/ecoflow_cloud/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/custom-components/ecoflow_cloud/package.nix b/pkgs/servers/home-assistant/custom-components/ecoflow_cloud/package.nix index c575a7ab9ba3..80b9059824d1 100644 --- a/pkgs/servers/home-assistant/custom-components/ecoflow_cloud/package.nix +++ b/pkgs/servers/home-assistant/custom-components/ecoflow_cloud/package.nix @@ -33,6 +33,6 @@ buildHomeAssistantComponent rec { description = "Home Assistant component for EcoFlow Cloud"; homepage = "https://github.com/tolwi/hassio-ecoflow-cloud"; maintainers = with lib.maintainers; [ ananthb ]; - # license = lib.licenses.asl20; + license = lib.licenses.asl20; }; }