home-assistant-custom-components.dreo: 1.10.5 -> 1.10.6 (#544727)

This commit is contained in:
Martin Weinelt
2026-07-23 01:12:06 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.10.5";
version = "1.10.6";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-Lt6c93rWdmzxVKyB+7IIuOq8fW5ZcLtlfhILfWxRy3c=";
hash = "sha256-vfp5b5g9Rin0zN/eGhFNdxc77ulVKA8QnQNV70BvIy8=";
};
dependencies = [ websockets ];