mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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:
|
turn_on:
|
||||||
service: switch.turn_on
|
service: switch.turn_on
|
||||||
data:
|
data:
|
||||||
entity_id: switch.source
|
entity_id: switch.target
|
||||||
turn_off:
|
turn_off:
|
||||||
service: switch.turn_off
|
service: switch.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id: switch.source
|
entity_id: switch.target
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user