home-assistant-custom-components.dreo: 1.9.14 -> 1.9.16
Diff: https://github.com/JeffSteinbok/hass-dreo/compare/v1.9.14...v1.9.16 Changelog: https://github.com/JeffSteinbok/hass-dreo/releases/tag/v1.9.16
This commit is contained in:
committed by
Martin Weinelt
parent
4c052e6a98
commit
cce836c329
@@ -12,13 +12,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "JeffSteinbok";
|
||||
domain = "dreo";
|
||||
version = "1.9.14";
|
||||
version = "1.9.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "hass-dreo";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zLt/nFb0mhiz6sI4ZoSekMWsJfQejcV8p1xd7vWoWPk=";
|
||||
hash = "sha256-qhO0qTB5aieO1C1RrZfW9eHVDqy6QzFneqVOnMjCLag=";
|
||||
};
|
||||
|
||||
dependencies = [ websockets ];
|
||||
|
||||
Reference in New Issue
Block a user