home-assistant-custom-components.frigidaire: 0.1.20 -> 0.1.21

Diff: https://github.com/bm1549/home-assistant-frigidaire/compare/0.1.20...0.1.21
This commit is contained in:
Robert Schütz
2026-06-20 11:14:15 +02:00
committed by Martin Weinelt
parent 8bd62f8092
commit a3607dc38d
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.20";
version = "0.1.21";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-XUtffkwy1HGVt41rrPl5Yk2DkYQie2FcYMoxSnzlArY=";
hash = "sha256-Pa1pVxP1gB/1XNqFy3U5t2xeHk+BUe6TQKtU00xcbx4=";
};
dependencies = [ frigidaire ];