From a78893f9b90cacb3cc35dde651e0ba3fa389bb33 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:09:41 +0100 Subject: [PATCH] Add Quick bar option to Customizations reload (#21950) Co-authored-by: Franck Nijhof --- source/_docs/configuration/customizing-devices.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index b6cb236fa66..3ddf7744adc 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -117,6 +117,8 @@ Home Assistant offers a service to reload the core configuration while Home Assi To reload customizations, navigate to Configuration > Server Controls and then press the "Reload Location & Customizations" button. If you don't see this, enable Advanced Mode on your user profile page first. +You can also use the [Quick bar](/docs/tools/quick-bar/#command-palette), and choose "Reload Location & Customizations". + Alternatively, you can reload via service call. Navigate to Developer Tools > Services tab, select `homeassistant.reload_core_config` from the dropdown and press the "Call Service" button.