home-assistant-custom-components.frigidaire: 0.1.21 -> 0.1.22 (#537478)

This commit is contained in:
Martin Weinelt
2026-07-01 16:14:19 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.21";
version = "0.1.22";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-Pa1pVxP1gB/1XNqFy3U5t2xeHk+BUe6TQKtU00xcbx4=";
hash = "sha256-ASxedLzRP/+FkRDojXsXlvrvA18BzjGfsw0xoDnVaQA=";
};
dependencies = [ frigidaire ];