From c5aaf93a9ecd849733bdac77d5915b523be9bf29 Mon Sep 17 00:00:00 2001 From: mliljedahl Date: Fri, 8 Oct 2021 12:25:27 +0200 Subject: [PATCH] Adding telldus core as submodule --- .gitmodules | 3 +++ README.md | 2 +- telldus | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 telldus diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..69f11c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "telldus"] + path = telldus + url = git@github.com:mliljedahl/telldus.git diff --git a/README.md b/README.md index 6158bd3..d2aad0f 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ Please report bugs in the [issue tracker](https://github.com/mliljedahl/telldus- ## License -Distributed under the Apache 2.0 License. See [LICENSE](https://github.com/mliljedahl/telldus-core-mqtt/LICENSE) for more information. \ No newline at end of file +Distributed under the Apache 2.0 License. See [LICENSE](https://github.com/mliljedahl/telldus-core-mqtt/blob/master/LICENSE) for more information. \ No newline at end of file diff --git a/telldus b/telldus new file mode 160000 index 0000000..5dc86e0 --- /dev/null +++ b/telldus @@ -0,0 +1 @@ +Subproject commit 5dc86e05f015c0755e5b823c3fb11d618dd7c702