From d55e53203aca35b6b12b844d0448aadea6b7a650 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 10 Oct 2020 22:19:12 +1100 Subject: [PATCH] Document the python_script.reload service (#15046) * Document the python_script.reload service * Capitalise Python --- source/_integrations/python_script.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index ae7737083de..4b00b4308e3 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -90,3 +90,13 @@ turn_on_light: ``` For more examples, visit the [Scripts section](https://community.home-assistant.io/c/projects/scripts) in our forum. + +## Services + +Available services: `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. + +This service takes no service data attributes.