From 13e2a2d0d57119c36557fbafbcbd01e3a03ae442 Mon Sep 17 00:00:00 2001 From: Honza Slesinger Date: Tue, 28 May 2019 14:15:22 +0200 Subject: [PATCH] Fixing service name to call (#9524) --- source/_components/python_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown index b6ff87d258e..574a426b159 100644 --- a/source/_components/python_script.markdown +++ b/source/_components/python_script.markdown @@ -38,7 +38,7 @@ hass.bus.fire(name, { "wow": "from a Python script!" }) ``` - Start Home Assistant - - Call service `python_script/hello_world` with parameters + - Call service `python_script.hello_world` with parameters ```json {