commit f4483c17b0ed861f2cdd7e53b6777c5d7b6228bb Author: Lucas Pleß Date: Sat Oct 7 21:50:34 2023 +0200 initial commit 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/README.md b/README.md new file mode 100644 index 0000000..6175312 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ESPHOME CTDO + +checkout this repo + +create python virtual environment: + python3 -m venv venv + source venv/bin/activate + pip install esphome + +