home-assistant-custom-components.dreo: 1.4.2 -> 1.5.2

This commit is contained in:
Dan Lock
2025-12-25 22:37:54 +00:00
parent 28dda07dfd
commit 93b34f17cd
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.4.2";
version = "1.5.2";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-j5dsT+1/qd+z9TBHXui3kx2kBQBnJ8VaSxdFt6R8sFQ=";
hash = "sha256-+UmaweEhl8YEWojkONKM96OEJg6peo34UF7WRzBijew=";
};
dependencies = [ websockets ];