So I’m just getting started with HA and I want to achieve a simple task, which I’m not really sure on how this is done with HA.
I want to have a switch ‘light’ which acts on two devices (‘light_1’ and ‘light_2’).
When ‘light’ is on ‘light_1’ should be ‘on’ and ‘light_2’ should be ‘off’.
Then of course the reverse for when ‘light’ is off.
I expected to do this with a scene, which works for turning it ‘on’ but not ‘off’.
EDIT: So ‘light’ would be a virtual device acting on the two physical devices ‘light_1’ and ‘light_2’