Update python_script.markdown, help new users find "services" (#17115)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Peronia 2021-03-25 09:43:47 +01:00 committed by GitHub
parent d1630dd1c5
commit c1bae9664b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ hass.bus.fire(name, {"wow": "from a Python script!"})
```
- Start Home Assistant
- Call service `python_script.hello_world` with parameters
- Call your new {% my developer_call_service service="python_script.hello_world" %} service (with parameters) from the {% my developer_services %}.
```yaml
name: you