meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

home_automation:esphome [2020/12/20 19:03]
niziak created
home_automation:esphome [2020/12/20 19:07] (current)
niziak
Line 1: Line 1:
 ====== ESPHome ====== ====== ESPHome ======
 +
 +===== Run Hassio'​s dashboard separately =====
  
 [[https://​esphome.io/​guides/​getting_started_command_line.html#​bonus-esphome-dashboard|Bonus:​ ESPHome dashboard]] [[https://​esphome.io/​guides/​getting_started_command_line.html#​bonus-esphome-dashboard|Bonus:​ ESPHome dashboard]]
 +Simply:
 +<code bash>
 +docker run --rm --net=host -v "​${PWD}":/​config -it esphome/​esphome
 +</​code>​