Esphome: Difference between revisions
From DWIKI
m Replaced content with "=Links=" Tags: Replaced wikieditor |
mNo edit summary Tag: wikieditor |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://esphome.io/ Esphome homepage] | |||
=HOWTO= | |||
==Run esphome in venv== | |||
mkdir venv | |||
cd venv | |||
python3 -m venv esphome | |||
source esphome/bin/activate | |||
pip install esphome | |||
===Flash new image=== | |||
esphome run your.yaml | |||
[[Category:Domotics]] | |||
Latest revision as of 14:07, 4 January 2026
Links
HOWTO
Run esphome in venv
mkdir venv cd venv python3 -m venv esphome source esphome/bin/activate pip install esphome
Flash new image
esphome run your.yaml
