# reboot\_after\_config\_change

*/rant\_start*

**NO!!**\
**DO NOT DO THIS!**

For some obscure reason there are someone out there that belive that you need to reboot the host after making a configuration change, this *is* a **lie**!

For each change to the configuration a restart of Home Assistant (And **only** Home Assistant, **NOT** the host.) is needed.

But that is not entirely true. You *can* "Reload" some parts without needing to restart Home Assistant. You can find these options here `https://my-ha-domain.duckdns.org/config/core`

There are 4 things you can reload.

* Core (Customizations)
* Groups
* Automations
* Scripts

Hitting these buttons **will** reload configurations for that part. All other changes needs a restart of Home Assistant, **NOT** the host...

Components/platfoms that are configured with "Integrations" here `https://my-ha-domain.duckdns.org/config/integrations/dashboard` does **NOT** need a restart.

*/rant\_end*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ludeeus.gitbook.io/root/homeassistant/reboot_after_config_change.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
