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

Diff: https://github.com/bm1549/home-assistant-frigidaire/compare/0.1.19...0.1.20
This commit is contained in:
Robert Schütz
2026-06-09 18:20:43 -07:00
parent d500ab8275
commit 98d03d1846
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.19";
version = "0.1.20";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-/YgnWoUuFo0qdj/gJvEoaqNMmRySO68fJwm8GqIyauM=";
hash = "sha256-XUtffkwy1HGVt41rrPl5Yk2DkYQie2FcYMoxSnzlArY=";
};
dependencies = [ frigidaire ];