Call "Quick Reload" script from Dashboard?

I’m using the Quick Reload function often when testing new scripts, automations, etc. (Developer Tools > YAML > RESTART > Quick reload), and wondered if it’s possible to call it from my dashboard?

I tried the following as separate scripts, but it seems they don’t reload everything that “Quick reload” does

homeassistant.reload_all
homeassistant.reload_core_config
homeassistant.reload_config_entry

e.g.
reload_homeassistant:
  alias: Reload
  sequence:
    - service: homeassistant.reload_all

Does anyone now if this is possible? :slightly_smiling_face: