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

This commit is contained in:
R. Ryantm
2026-03-20 03:48:25 +00:00
parent 0242d91e5d
commit 2494344b1b
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.6";
version = "0.1.9";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-KAg/DvDtUKA8GdapXlONC5zs8LLFdtZJZDeGrXNdcLQ=";
hash = "sha256-10jVWJSP3yd0wmaiP/5qwS9nT98vtK9yrNQQIyWBMuk=";
};
dependencies = [ frigidaire ];