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

https://github.com/bm1549/home-assistant-frigidaire/compare/0.1.17...0.1.19
This commit is contained in:
Martin Weinelt
2026-06-04 16:39:52 +02:00
parent aabf603946
commit d670267c9f
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "bm1549";
domain = "frigidaire";
version = "0.1.17";
version = "0.1.19";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-frigidaire";
tag = version;
hash = "sha256-j/rqgD5k6KPXhmD/v2fcyjgAJglqOY2/7f50zCsczWk=";
hash = "sha256-/YgnWoUuFo0qdj/gJvEoaqNMmRySO68fJwm8GqIyauM=";
};
dependencies = [ frigidaire ];