home-assistant-custom-components.frigidaire: 0.1.9 -> 0.1.17

Diff: https://github.com/bm1549/home-assistant-frigidaire/compare/0.1.9...0.1.17
This commit is contained in:
Robert Schütz
2026-05-16 06:47:52 -07:00
committed by Martin Weinelt
parent 4d927e58d6
commit ddfaf54e50
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.9";
version = "0.1.17";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-10jVWJSP3yd0wmaiP/5qwS9nT98vtK9yrNQQIyWBMuk=";
hash = "sha256-j/rqgD5k6KPXhmD/v2fcyjgAJglqOY2/7f50zCsczWk=";
};
dependencies = [ frigidaire ];