initial commit
This commit is contained in:
commit
f4483c17b0
2 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.idea/
|
||||||
|
venv/
|
10
README.md
Normal file
10
README.md
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue