fix copy switch example (#11214)

The current example doesn't do anything.
This commit is contained in:
Bas Nijholt 2019-11-17 23:58:02 +01:00 committed by Fabian Affolter
parent ccfb788ebe
commit a47fe6bf92

View File

@ -104,11 +104,11 @@ switch:
turn_on:
service: switch.turn_on
data:
entity_id: switch.source
entity_id: switch.target
turn_off:
service: switch.turn_off
data:
entity_id: switch.source
entity_id: switch.target
```
{% endraw %}