home-assistant-custom-components.ecoflow_ble: 0.9.3 -> 0.9.4
Diff: https://github.com/rabits/ha-ef-ble/compare/v0.9.3...v0.9.4 Changelog: https://github.com/rabits/ha-ef-ble/releases/tag/v0.9.4
This commit is contained in:
committed by
Martin Weinelt
parent
cce836c329
commit
8bd62f8092
@@ -18,13 +18,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "rabits";
|
||||
domain = "ef_ble";
|
||||
version = "0.9.3";
|
||||
version = "0.9.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rabits";
|
||||
repo = "ha-ef-ble";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-MSfXSvnaVFot4JkLSZrbL3DB3MV7DvgRT8MCxv6qHlQ=";
|
||||
hash = "sha256-OGU5PkW+H+tIPRwMWFEAMUZbJsm880HurLAdjIV0zG4=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user