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

This commit is contained in:
R. Ryantm
2026-07-19 09:22:19 +00:00
parent 7267c55255
commit d3a530e577

View File

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