home-assistant-custom-components.dreo: 1.5.3 -> 1.6.3

This commit is contained in:
R. Ryantm
2026-01-02 18:16:10 +00:00
parent ccca384249
commit 2f7bb7c98d
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.5.3";
version = "1.6.3";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-hUHgf04RY7RQ4KzwSoFL9MT8a80+g3VGWbgisGDzRYA=";
hash = "sha256-zVE3vAJb72TDDUK6kpTeIGD/0FHeJxprXW8aijqgG1g=";
};
dependencies = [ websockets ];