Fixed wrong syntax (#1781)
This commit is contained in:
parent
5d9797c0fc
commit
6c5c2f2916
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ Each service has different parameter requirements. This argument allows you to s
|
|||
#### {% linkable_title Examples %}
|
||||
|
||||
```python
|
||||
self.call_service("light.turn_on", entity_id = "light/office_lamp", color_name = "red")
|
||||
self.call_service("light/turn_on", entity_id = "light.office_lamp", color_name = "red")
|
||||
self.call_service("notify/notify", title = "Hello", message = "Hello World")
|
||||
```
|
||||
### {% linkable_title turn_on() %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue