Hi everyone!
Some time ago we became interested in esp32 and setting up various sensors, using ESPHome. We constructed a shield for quickly switching these sensors and additionally decided to create a web-service for writing YAML-configurations, validate, compile and firmware updates esp directly from browser. You can find the code on https://github.com/apbodrov/esphome-yaml-constructor
Now it works on http://app.kolkhoz.io/
On the right side you can fill the form with parameters you need to configurate and set up various sensors. A YAML configuration is being assembled from the data on the left side. You can validate the code, compile the binary file, download or install it on controller connected via USB. You can also save config to your account or share it with others.
If someone could benefit from such a service, we can add your requests to the task queue.