From 63aa5050a4009673ace15597bf092f1ae05d9f86 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Wed, 16 Aug 2023 14:17:44 -0600 Subject: [PATCH] - Add home_assistant_config submodule --- .gitmodules | 3 +++ home_assistant/README.md | 3 +++ home_assistant_config | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 100644 home_assistant/README.md create mode 160000 home_assistant_config diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7923053 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "home_assistant_config"] + path = home_assistant_config + url = git@github.com:nwithan8/home-assistant-config.git diff --git a/home_assistant/README.md b/home_assistant/README.md new file mode 100644 index 0000000..848a571 --- /dev/null +++ b/home_assistant/README.md @@ -0,0 +1,3 @@ +This is the legacy Home Assistant configuration directory. It remains because of existing URL links to blueprints and other files. + +The new Home Assistant configuration is stored in the `home_assistant_config` directory, which is a git submodule. diff --git a/home_assistant_config b/home_assistant_config new file mode 160000 index 0000000..17981f4 --- /dev/null +++ b/home_assistant_config @@ -0,0 +1 @@ +Subproject commit 17981f46f5abfe12eda4ebb071eb86b39c01a945