From af5103a8e0066b86df78c3fc1d859b0ebbc4dfa6 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 29 Sep 2021 00:55:05 +0200 Subject: [PATCH] [3D Printer] schedule turn on --- configuration/automations/3d-printer.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index 72ca571..bee157b 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -77,4 +77,18 @@ sequence: - service: switch.turn_off target: - entity_id: switch.3d_printer_switch \ No newline at end of file + entity_id: switch.3d_printer_switch + +- id: 3dprinter-schedule + alias: '[3D Printer] Schedule turn on' + description: '' + mode: single + trigger: + - platform: time + at: '08:00:00' + action: + - service: switch.turn_on + target: + entity_id: + - switch.3d_printer_switch + - switch.3d_printer_enclosure_fan_on_off