Ready made esphome devices

I recently bought two SLWF-01Pro by SMLIGHT Firmware: 2.1 (ESPHome 2024.4.2) dongles.

They were detected and working no problem, but should they come up in esphome builder too ?

Hi

If they have been programmed properly they should show up as devices ready for adoption (which allows to import the code flashed in it through github).

Vincèn

Hm ok. I can connect them by adding new device with the same name, and they appear online. But ofcourse with default config…

Here they have yaml online, but it is outdated a bit, validating it gives an error.

INFO ESPHome 2025.10.4
INFO Reading configuration /config/esphome/air-conditioner-866e3a.yaml...
Failed config

esphome: [source /config/esphome/air-conditioner-866e3a.yaml:16]
  name: air-conditioner
  friendly_name: Air Conditioner
  name_add_mac_suffix: True
  project: 
    name: SMLIGHT.SLWF-01Pro
    version: 2.1
  
  Please remove the `platform` key from the [esphome] block and use the correct platform component. This style of configuration has now been removed.
  platform: ESP8266
  board: esp12e

That code is outdated long time ago.

esp8266:
  board: esp12e

Yeah i just googled it, thnx.