diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index c4e86f22362..da46b52ff62 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -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