I run a .bat file to launch ESPHome on Windows with that command inside :
cd C:\Program Files\ESPHome
esphome dashboard configuration --user XXX --password XXX
With that the web page of ESPHome ask me a user/password, it’s to prevent an intrusion from my lan.
But Home Assistant can’t access it anymore. It has nothing to do with my esp devices, it’s to get update notifications in Home Assistant and avoid errors in logs.
I’m talking about the “esphome.dashboard” file in …\config.storage\ in Home Assistant, for me this file is the config file for Home Assistant to access ESPHome server ?