Switchbot - Update Wireless Info

Have a switchbot W1901400 that was on Tasmota and updated to ESPHome using info from SwitchBot 15Amp W1901400 ESP32 Plug | digiblurDIY.

I need to change my network info. How can I accomplish this via wireless? I understand opening the device is difficult or impossible.

If not, can I use safemode to resinstall OTA files?
Also, I think I missed using a web server option…is this recommended?

Thanks!

Figured it out and posting in case others come across

I used the ESPHome Builder Add-on
Added a device with the name I wanted/needed
Then
I had to rebuild the yaml file with the updated settings and add the line use_address: "oldname.local" under the wifi

This would then allow the ESPBuilder to show the device online.

Then using these instructions from What are the correct steps to take to rename ESPHome devices and move them to a new IP? from ( [itanumih])

  1. Delete from configuration —> integrations —> ESPHome —> specific device (tap three dot and tap delete)
  2. Edit config or rename or any other things in ESPHome
  3. If you use ESPHome integration with HA, tap three dot in the specific device/yaml file and tap “Clean Build Files”
  4. After that, tap “Upload”
  5. In HA Notification, there will be notification to add your ESPHome device as first step

I also used the guidance from here: Migrating esphome devices to a new network OTA | 0xbadcoffee.se