Fix example (#7890)

This commit is contained in:
Ian Richardson 2018-12-17 19:46:43 -06:00 committed by Zack Arnett
parent 6c6cd38a8f
commit 227407ebe3

View File

@ -110,9 +110,9 @@ Title and Script Service Example:
name: Turn Off Lights
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.turn_off_lights
service: script.turn_on
service_data:
entity_id: script.turn_off_lights
entity: script.turn_off_lights
```