From 0e973e327ed8115efdcb5291d83610868d6ca897 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:09:43 +1100 Subject: [PATCH] Change heading level (#15171) --- source/_integrations/python_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index 4b00b4308e3..b68a073cb9c 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -95,7 +95,7 @@ For more examples, visit the [Scripts section](https://community.home-assistant. Available services: `reload`. -#### Service `python_script.reload` +### Service `python_script.reload` Reload all available python_scripts from the `/python_scripts` folder. Use this when creating a new Python script and you're not restarting Home Assistant.