dashboard
dashboard copied to clipboard
add publish command
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