home-assistant-custom-components.dreo: 1.9.16 -> 1.9.20

This commit is contained in:
R. Ryantm
2026-06-26 11:54:34 +00:00
parent e4033895e6
commit 3e3f540958
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.9.16";
version = "1.9.20";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-qhO0qTB5aieO1C1RrZfW9eHVDqy6QzFneqVOnMjCLag=";
hash = "sha256-oCY+kb07kvT3ylfT4Dd8PIC5C6UXZXt2tIbeAb89wcQ=";
};
dependencies = [ websockets ];