home-assistant-custom-components.dreo: 1.9.20 -> 1.9.23 (#538447)

This commit is contained in:
Martin Weinelt 2026-07-04 17:57:37 +00:00 committed by GitHub
commit 19a8a1e6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.9.20";
version = "1.9.23";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-oCY+kb07kvT3ylfT4Dd8PIC5C6UXZXt2tIbeAb89wcQ=";
hash = "sha256-yNe36tQRrW6dE7Kfe3Wg6CLPgaqP4cRVspj3ysV+xlU=";
};
dependencies = [ websockets ];