Welcome to the community.
You can’t use a button as it has no state being ON or OFF. We need to know if the bypass is ON or is it OFF. Buttons don’t provide that information.
Try using a toggle helper and not a button. It should all work then.
You can use a button to toggle a toggle helper if you must use a button. If you are unsure how to do this or it can’t be done directly in the device than you can use my
Press Button - Turn ON & OFF Entities blueprint. Add your button to Press Button and then create a toggle helper and add it to Main Entity. Then use the toggle helper in the bypass.
How to create a toggle helper.
- Go to Settings > Devices & Services > Helpers (tab at top).
- Click “+ Create Helper” and choose Toggle.
- Set a Name for your new toggle helper.
- Set Icon if you like.
- Click Create.
Blacky ![]()