home-assistant-custom-components.dreo: 1.9.0 -> 1.9.5 (#525935)

This commit is contained in:
Martin Weinelt
2026-05-30 18:42:59 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.9.0";
version = "1.9.5";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-JF1n6a33qA6HN0JQ5ULT87Pnj3tp7ZrIwLfhLrWx+6I=";
hash = "sha256-YGzGDEgPifF6KcD8cCEE7PqGHGo/wG/H3V0dnGEa/Tc=";
};
dependencies = [ websockets ];