mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
fix copy switch example (#11214)
The current example doesn't do anything.
This commit is contained in:
parent
ccfb788ebe
commit
a47fe6bf92
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user