Skip to content
Snippets Groups Projects
Commit d950a050 authored by 3d's avatar 3d
Browse files

fix copy paste error

parent 96e7ec9b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
{% include "/includes/common.inc.yaml" %}
on_message:
- topic: ESPHome/esphome_plug01/state/command
- topic: ESPHome/{{ devicename }}/state/command
payload: "ON"
then:
- light.turn_on:
......@@ -39,7 +39,7 @@
id: kuehl_led
effect: "Rainbow"
brightness: 100%
- topic: ESPHome/esphome_plug01/state/command
- topic: ESPHome/{{ devicename }}/state/command
payload: "OFF"
then:
- light.turn_off: logo_led
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment