diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-16 11:50:33 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-16 11:50:33 +0200 |
commit | 4ffeaabdfc0f6b0faa73f683cf163d40596fb170 (patch) | |
tree | c441c8e610b46e1203d1523e4622b59269fffd85 |
initial commit, added hassil submodule
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | requirements.txt | 2 | ||||
m--------- | submodules/hassil | 0 |
4 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae945fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +venv/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0af0b9f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "submodules/hassil"] + path = submodules/hassil + url = https://github.com/home-assistant/hassil diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..80335f8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +PyYAML>=6.0 +unicode-rbnf>=1 diff --git a/submodules/hassil b/submodules/hassil new file mode 160000 +Subproject 2b9039a7d1e7fb5986484fe1e6ac389bf71c578 |