esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 92 forks source link

DIY mode on Bluetooth web flasher has gone missing #153

Open darkxst opened 4 months ago

darkxst commented 4 months ago

There used be a link on the Bluetooth page to enable DIY devices.. This seems to now be missing unless I am missing something.

The items are still there but always hidden now. https://esphome.io/projects/?type=bluetooth

<label class="diy">
      <input type="radio" name="bluetooth-device" class="device-option" value="lilygo-t-eth-poe">
      <img src="/_static/projects/bluetooth-proxy/lilygo-eth-poe.png" alt="LilyGO T-ETH-POE">
</label>
body .diy {
    display: none;
}