home-assistant-custom-components.ecoflow_ble: 1.0.1 -> 1.0.2

Diff: https://github.com/rabits/ha-ef-ble/compare/v1.0.1...v1.0.2

Changelog: https://github.com/rabits/ha-ef-ble/releases/tag/v1.0.2
This commit is contained in:
Robert Schütz
2026-07-21 16:32:41 -07:00
parent 96fd05e01c
commit 70cc034bb0

View File

@@ -18,13 +18,13 @@
buildHomeAssistantComponent rec {
owner = "rabits";
domain = "ef_ble";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "rabits";
repo = "ha-ef-ble";
tag = "v${version}";
hash = "sha256-LPu4Autma/1MOrfs6FG9cQZFL3kRofVPbScEEZjAi6w=";
hash = "sha256-ZLJi+gQRAZFDqZT86ntxA2/mNiuLPRi4hr5mESxLSz0=";
};
dependencies = [