Document the python_script.reload service (#15046)

* Document the python_script.reload service

* Capitalise Python
This commit is contained in:
boc-the-git 2020-10-10 22:19:12 +11:00 committed by GitHub
parent 1e4e958e93
commit d55e53203a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `<config>/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.