Fixing service name to call (#9524)

This commit is contained in:
Honza Slesinger 2019-05-28 14:15:22 +02:00 committed by Fabian Affolter
parent bad2816aad
commit 13e2a2d0d5

View File

@ -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
{