home-assistant-custom-components.ecoflow_cloud: 1.3.0 -> 1.4.1
Diff: https://github.com/tolwi/hassio-ecoflow-cloud/compare/v1.3.0...v1.4.1 Changelog: https://github.com/tolwi/hassio-ecoflow-cloud/releases/tag/v1.4.1
This commit is contained in:
committed by
Martin Weinelt
parent
2664321595
commit
cf7ac3d3a0
@@ -11,15 +11,19 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "tolwi";
|
||||
domain = "ecoflow_cloud";
|
||||
version = "1.3.0";
|
||||
version = "1.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tolwi";
|
||||
repo = "hassio-ecoflow-cloud";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-CVm5+zLWN/ayhHRNFUr4PLwedwf4GJXvLOFgrh2qxAc=";
|
||||
hash = "sha256-vN+po7S+/QxAHnVHJ0EpQGoxXBmcKNMRTCOPdeZ0f90=";
|
||||
};
|
||||
|
||||
ignoreVersionRequirement = [
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
jsonpath-ng
|
||||
paho-mqtt
|
||||
|
||||
Reference in New Issue
Block a user