home-assistant-custom-components.yoto_ha: 3.1.1 -> 3.2.0
Diff: https://github.com/cdnninja/yoto_ha/compare/v3.1.1...v3.2.0 Changelog: https://github.com/cdnninja/yoto_ha/releases/tag/v3.2.0
This commit is contained in:
committed by
Martin Weinelt
parent
0a7d18c687
commit
c7ab9f2cb1
@@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "cdnninja";
|
||||
domain = "yoto";
|
||||
version = "3.1.1";
|
||||
version = "3.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdnninja";
|
||||
repo = "yoto_ha";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-187rLCHKYS8w7i+q99K1vP3ry8Z7Tbg8F3c95QPKTq8=";
|
||||
hash = "sha256-t//Ox8Ytwjp7kTdz8k1QZyDyejW+mZBt1auncikBYb0=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user