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

This commit is contained in:
Robert Schütz 2024-09-18 11:49:14 -07:00 committed by GitHub
commit 3f62e852ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];
};
}