Standalone ESP with ESPHome to control a SG90 servo (so without Home Assistant)

For one of my projects, I am using a SG90 servo connected to a Wemos D1 Mini and controlling the servo via Home Assistant using an input_number helper and automation there.

For another project, I am wondering if anyone here did the same, but without Home Assistant. So using the ESPHome webserver to serve a page with buttons or a slider to control the SG90 servo, without the need of Home Assistant, so stand alone on the ESP?

When you add WebServer to your project you can control the servo without HA.

I assume I need something more then just the webserver to control the servo by using buttons and or a slider on the webpage served by the webserver?

Check out that screenshot from WebServer version 2. Unless you want to control the servo through hardware, the webserver provides software control.

Great, WebServer version 2 is exactly what I need. Thanks for your suggestion!

Is there a way to just show one of the entities, for example only the slider, and hide others lide logs, reset toggle, wifi signal, etc.?