10-12-2024 07:30 AM
I am trying to write a automation script to turn on 1rst input port on and 2nd input port. This is standard 120v outlet with wifi/google home connection
10-12-2024 07:33 AM
Turn 1rst input port on/off at different times than 2nd input port
10-15-2024 05:35 AM - edited 10-15-2024 05:36 AM
Do you know the coding for that.
This is what I have
- starters:
- type: time.schedule
at: 5:00 AM
actions:
- type: device.command.OnOff
on: True
devices: 120v outlet
- starters:
- type: time.schedule
at: 5:10 AM
actions:
- type: device.command.OnOff
on: false
devices: 120v outlet