Open
Description
The admin tab link is hardcoded to use http (io-package.json
=> http://%ESPHomeDashboardIP%:%ESPHomeDashboardPort%
). This leads to the issue, that the ESPHome-Dashboard is not displayed in the iFrame when running ioBroker under https. Loading the dashboard via the direct URL (e.g. https://ESPHomeDashboardIP:6052/
) works as expected.
Please add a config option to specify if the %ESPHomeDashboardIP% is http or https. Thanks!
Activity