esphome / dashboard

ESPHome dashboard and ESPHome Web
https://web.esphome.io
MIT License
74 stars 56 forks source link

add publish command #603

Open oarcher opened 5 months ago

oarcher commented 5 months ago

This PR add a 'Publish' command that run esphome publish config.yaml --directory /config/www, so the user can copy the firmware to the integrated http server of home assistant.

The firmware file could now be fetched by the device with OTA over http https://github.com/esphome/esphome/pull/5586

The publish command is defined in this PR: https://github.com/esphome/esphome/pull/6477

image