home-assistant-custom-components.dreo: 1.9.9 -> 1.9.10 (#529466)

This commit is contained in:
Martin Weinelt 2026-06-08 12:05:10 +00:00 committed by GitHub
commit 21e4837eec
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.9";
version = "1.9.10";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-r8Nt5LLJRKYxbx6znS46QCdejKCpCG7ybGd8wbv0Wgk=";
hash = "sha256-kzZzsZMJa0ypQHWbGS+q84frkkLszqbH7CehIYFOJu8=";
};
dependencies = [ websockets ];