Hi,
I’ve had a weird issue for a long time now and never really bothered debugging it but I’d like to find how to fix it now.
I have a bunch of input_booleans in my configuration that I use for my automations (do this only if that input boolean is on…). Everything is working as expected BUT when I change the input_boolean state in lovelace from an entities card, the entity will switch state (on->off or off->on) as expected and switch back to the original state in less than a second. If I refresh the page then I see the right state as it did work as expected.
It seems to be a weird lovelace state refresh issue that I cannot figure out.
Does that ring a bell to anyone ? Any lead is appreciated.
Thank you all.