home-assistant-custom-components.elegoo_printer: 2.3.5 -> 2.4.2
https://github.com/danielcherubini/elegoo-homeassistant/releases/tag/v2.4.0 https://github.com/danielcherubini/elegoo-homeassistant/releases/tag/v2.4.1 https://github.com/danielcherubini/elegoo-homeassistant/releases/tag/v2.4.2
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildHomeAssistantComponent,
|
||||
|
||||
# dependencies
|
||||
aiomqtt,
|
||||
colorlog,
|
||||
loguru,
|
||||
websocket-client,
|
||||
@@ -18,16 +19,17 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "danielcherubini";
|
||||
domain = "elegoo_printer";
|
||||
version = "2.3.5";
|
||||
version = "2.4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "danielcherubini";
|
||||
repo = "elegoo-homeassistant";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Ekt19lfn0DdedMFhJDDUkqsv7vjS96+lAhWveag6EeE=";
|
||||
hash = "sha256-z55599eTJy5oQeE+BD0AYXtLTKoeKZzvNDurE0/oPYQ=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
aiomqtt
|
||||
colorlog
|
||||
loguru
|
||||
websocket-client
|
||||
|
||||
Reference in New Issue
Block a user