mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Document the python_script.reload service (#15046)
* Document the python_script.reload service * Capitalise Python
This commit is contained in:
parent
1e4e958e93
commit
d55e53203a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user