c0nsaw
Hi, sorry to hear you’re having issues with the plug. @jane_t is right that with the extremely basic config you uploaded, the plug is not going to do anything - including turning on the blue light. This is because the light is controlled by the microcontroller, rather than automatically turning on. This allows the firmware we ship by default to have a toggle to enable or disable the light.
You are fortunate that you included the ota:
option in your configuration. This should allow you to re-upload a new version of the firmware.
If you re-plug the device into power, can you see in your router if the device connects to your network?
If it does, then you should be able to apply an ota update using esphome. You mentioned that you used the esphome docker container to build the original image. Most people now recommend using the ESPHome Home Assistant Addon to manage updates and configuration for their devices. If you are able to do that, it should be a case of adding the device to home assistant, and clicking adopt from the esphome addon. From there you will be able to modify your configuration.
If you cannot use the esphome addon (i.e, you’re not running a supervised version of home assistant), you should also be able to run the update using the esphome command line interface. https://esphome.io/guides/getting_started_command_line.html#