I have two Wifi outlets that are integrated with my HomeAssistant. I want to create a custom switch to control both of them.
When turning the switch On i’d like both devices turned on.
When turning Off I’d like one of the devices to be turned off with the 2nd device turned off with a delay of 1-min. I want the switch to display as “Off” even while it’s delaying turning the second device off.
This could be summarized into three states: On: Displays as on and both devices are on Turning Off: Displays as off. First device off immediately and 2nd device is turned off in 1-minute Off: Displays as off and both devices are off
I’m new to HomeAssistant and have searched around but don’t quite understand how to implement this. Any help appreciated, thank you!
I don’t need to display the three states, I just needed those states to happen and wanted to explain that it wasn’t a simple Turn On/Off and that I needed a delay on one switch while Turninig off. Maybe I could have worded differently but appreciate the help none the less!