ESPHome

From Wildsong
Revision as of 06:16, 25 June 2021 by Brian Wilson (talk | contribs) (Created page with "Its home is at https://esphome.io See the README but basically set up is conda create -n esphome conda activate esphome pip install esphome Then build a yaml file, possi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Its home is at https://esphome.io

See the README but basically set up is

conda create -n esphome
conda activate esphome
pip install esphome

Then build a yaml file, possibly with

esphome wizard esp12e.yaml

and install

esphome run esp12e.yaml