home-assistant-custom-components.dreo: 1.9.23 -> 1.10.1
Diff: https://github.com/JeffSteinbok/hass-dreo/compare/v1.9.23...v1.10.1 Changelog: https://github.com/JeffSteinbok/hass-dreo/releases/tag/v1.10.1
This commit is contained in:
committed by
Martin Weinelt
parent
9a2168edf9
commit
ac6894c2db
@@ -12,13 +12,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "JeffSteinbok";
|
||||
domain = "dreo";
|
||||
version = "1.9.23";
|
||||
version = "1.10.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "hass-dreo";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yNe36tQRrW6dE7Kfe3Wg6CLPgaqP4cRVspj3ysV+xlU=";
|
||||
hash = "sha256-/PBTWmqx/KTKvJ5K3KeKbVeypLtiT24TOZkWO62l7wA=";
|
||||
};
|
||||
|
||||
dependencies = [ websockets ];
|
||||
|
||||
Reference in New Issue
Block a user