home-assistant-custom-components.frigidaire: 0.1.31 -> 0.1.33

Diff: https://github.com/bm1549/home-assistant-frigidaire/compare/0.1.31...0.1.33
This commit is contained in:
Robert Schütz
2026-07-21 16:33:07 -07:00
parent df1e86833d
commit 790766efec

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.31";
version = "0.1.33";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-wcJFtGd3FVSC/pyrhvxEy2j6KKmydnfZydVH4xN3wyU=";
hash = "sha256-P89EBB5JkdkSDoDvBaQgJiBMgu3cU9erkvtAPZS4KL8=";
};
dependencies = [ frigidaire ];