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.