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