mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fixed wrong syntax (#1781)
This commit is contained in:
parent
071c283dd1
commit
e02cffa43a
@ -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…
x
Reference in New Issue
Block a user