Updates for call_service (#8586)

Made some minor updates in the call_service part is it was showing a wrong example.
This commit is contained in:
Gerard 2019-02-15 09:02:26 +01:00 committed by Fabian Affolter
parent 07f4c57cd8
commit 8610dd3eb5

View File

@ -1139,7 +1139,7 @@ Call service is the basic way of calling a service within AppDaemon. It can call
#### {% linkable_title Synopsis %}
```python
self.call_service(self, service, **kwargs)
self.call_service(service, **kwargs)
```
#### {% linkable_title Returns %}
@ -1150,7 +1150,7 @@ None
##### {% linkable_title service %}
The service name, e.g., `light.turn_on`.
The service name, e.g., `light/turn_on`.
##### {% linkable_title \*\*kwargs %}