@QbaF wrote:
As
remote.toggle
service is not working as expected, what is the easiest/nicest way to work around it. And is it possible to do it in Node Red?detailed descripion:
We have, let say, two Picture Entities: “TV” and “Audio”.remote.toggle
is working great except when we push turned-off device when the second one is turned on. In this situation the only action is turning-off working device while expected is to turn on the one pressed and switch off the one working.So there should be (for TV for example):
- when button TV is pressed
- check if TV is on
if Y: TVremote.toggle
(or turn_off)
if N: TVremote.turn_on
+ Audioremote.turn_off
Posts: 1
Participants: 1