mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
07f4c57cd8
commit
8610dd3eb5
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user