initial commit

This commit is contained in:
Lucas Pleß 2023-10-07 21:50:34 +02:00
commit f4483c17b0
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea/
venv/

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# ESPHOME CTDO
checkout this repo
create python virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install esphome