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

kuehlschrank implement shutdown

parent 46ed61f3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,23 @@ ...@@ -27,6 +27,23 @@
volume: 100% volume: 100%
{% include "/includes/common.inc.yaml" %} {% include "/includes/common.inc.yaml" %}
on_message:
- topic: ESPHome/esphome_plug01/state/command
payload: "ON"
then:
- light.turn_on:
id: logo_led
effect: "Rainbow"
brightness: 100%
- light.turn_on:
id: kuehl_led
effect: "Rainbow"
brightness: 100%
- topic: ESPHome/esphome_plug01/state/command
payload: "OFF"
then:
- light.turn_off: logo_led
- light.turn_off: kuehl_led
# Dallas DS18B20 # Dallas DS18B20
dallas: dallas:
......
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