home-assistant-custom-components.daikin_onecta: 4.4.1 -> 4.4.2

This commit is contained in:
R. Ryantm
2025-12-14 03:51:41 +00:00
parent 25bc031dce
commit 7f83c01c11
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "jwillemsen";
domain = "daikin_onecta";
version = "4.4.1";
version = "4.4.2";
src = fetchFromGitHub {
owner = "jwillemsen";
repo = "daikin_onecta";
tag = "v${version}";
hash = "sha256-CGPc/6hpt+pBZtsNvyKffMwJkFNCPFajRiSMVwbXnls=";
hash = "sha256-rUvLLZFe2DMQ83/NVeFRBa1T1Z4t8BUmSUP3afS6RxQ=";
};
meta = {