home-assistant-custom-components.homematicip_local: 1.90.0 -> 1.90.2
Diff: https://github.com/SukramJ/custom_homematic/compare/1.90.0...1.90.2 Changelog: https://github.com/SukramJ/custom_homematic/blob/1.90.2/changelog.md
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "SukramJ";
|
owner = "SukramJ";
|
||||||
domain = "homematicip_local";
|
domain = "homematicip_local";
|
||||||
version = "1.90.0";
|
version = "1.90.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SukramJ";
|
owner = "SukramJ";
|
||||||
repo = "custom_homematic";
|
repo = "custom_homematic";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-tdOxZWofsb2loN1ItQNeEwjIR4divLidyiyAgze6hqw=";
|
hash = "sha256-ARBCwwvGFODMBNf0Ds4DL65V8LKm9nfiKaPUn0c6kYE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user