home-assistant-custom-components.dreo: 1.9.13 -> 1.9.14

This commit is contained in:
R. Ryantm
2026-06-17 19:31:28 +00:00
parent c5eab8042c
commit 97971cb7f7
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.9.13";
version = "1.9.14";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-45O21kF/gq49Dbz1Za0le++a90qz+mQnZvRD45Jzxpo=";
hash = "sha256-zLt/nFb0mhiz6sI4ZoSekMWsJfQejcV8p1xd7vWoWPk=";
};
dependencies = [ websockets ];