What can be reloaded without restarting?

Also worth mentioning here, because it comes up on a search for ‘reloading automations’ is that you can create scripts for these so they can appear on your front end like this:

script:

  restart_ha:
    alias: Restart HomeAssistant
    sequence:
      - alias: Restart HA
        service: homeassistant.restart

  reload_automations:
    alias: Reload Automations
    sequence:
      - alias: Reload-Automations
        service: automation.reload
8 Likes