Fixed wrong syntax (#1781)
This commit is contained in:
parent
071c283dd1
commit
e02cffa43a
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 %}
|
#### {% linkable_title Examples %}
|
||||||
|
|
||||||
```python
|
```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")
|
self.call_service("notify/notify", title = "Hello", message = "Hello World")
|
||||||
```
|
```
|
||||||
### {% linkable_title turn_on() %}
|
### {% linkable_title turn_on() %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue