home-assistant-custom-components.dreo: 1.8.8 -> 1.9.0

This commit is contained in:
R. Ryantm
2026-05-21 17:21:38 +00:00
parent fcc5c71310
commit 0f965ef19b
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "JeffSteinbok";
domain = "dreo";
version = "1.8.8";
version = "1.9.0";
src = fetchFromGitHub {
inherit owner;
repo = "hass-dreo";
tag = "v${version}";
hash = "sha256-ryatIbmaZThytYib5aMt1Kicvuk+WurxDlcP8OK+BXA=";
hash = "sha256-JF1n6a33qA6HN0JQ5ULT87Pnj3tp7ZrIwLfhLrWx+6I=";
};
dependencies = [ websockets ];