[3D Printer] schedule turn on
This commit is contained in:
parent
91e36f3d83
commit
af5103a8e0
@ -77,4 +77,18 @@
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.3d_printer_switch
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user