home-assistant-custom-components.daikin_onecta: 4.6.0 -> 4.6.2

This commit is contained in:
R. Ryantm
2026-05-29 23:33:54 +00:00
parent 225a837149
commit aef2f54232
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "jwillemsen";
domain = "daikin_onecta";
version = "4.6.0";
version = "4.6.2";
src = fetchFromGitHub {
owner = "jwillemsen";
repo = "daikin_onecta";
tag = "v${version}";
hash = "sha256-7X/I52jvcKtaLU01sa+oZ7n9wIJ9qNemiBUgEj5lRNQ=";
hash = "sha256-uLEFbYG+3+f+LNfJlLi06v75StLBsHdJTiHxA/tNwj4=";
};
meta = {