Unverified Commit 3f62e852 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0 (#342371)

parents 94f34cd0 c3d7d6ee
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
  owner = "hg1337";
  domain = "dwd";
  version = "2024.4.0";
  version = "2024.9.0";

  src = fetchFromGitHub {
    owner = "hg1337";
    repo = "homeassistant-dwd";
    rev = version;
    hash = "sha256-2bmLEBt6031p9SN855uunq7HrRJ9AFokw8t4CSBidTM=";
    hash = "sha256-9zS6ufy7tYt1KwFeqdg0Az8xz3x5UzU9ZO9aOyWjdQE=";
  };

  dependencies = [ defusedxml ];
@@ -26,6 +26,9 @@ buildHomeAssistantComponent rec {
    description = "Custom component for Home Assistant that integrates weather data (measurements and forecasts) of Deutscher Wetterdienst";
    homepage = "https://github.com/hg1337/homeassistant-dwd";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [
      hexa
      emilylange
    ];
  };
}