cancel
Showing results for 
Search instead for 
Did you mean: 

Outlet - 2 input

rohitb
Community Member

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

2 REPLIES 2

rohitb
Community Member

Turn 1rst input port on/off at different times than 2nd input port

rohitb
Community Member

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